OleAutoObject Constructor (Object, Type) | |
Construct an OleAutoObject
Namespace:
XSharp
Assembly:
XSharp.VO (in XSharp.VO.dll) Version: 2.21
Syntax CONSTRUCTOR(
oObject AS Object,
_type AS Type
)
public OleAutoObject(
Object oObject,
Type _type
)
Request Example
View SourceParameters
- oObject
- Type: Object
- _type
- Type: Type
See Also