OPC Labs Base Library
VarType Object
Members 
OpcLabs_BaseLib ActiveX DLL : VarType Object
Description
Data type specifications used in COM. Contains .NET equivalents of COM VARTYPE.

 

ProgId: OpcLabs.BaseLib.ComInterop.VarType
CLSID (Class ID): 7235ea30-9362-42bc-913a-e1bb1ad850dc
Default interface: OpcLabs.BaseLib.ComInterop.ComTypes._VarType
Event source interface:

 

For more information, see VarType and OpcLabs.BaseLib.ComInterop.ComTypes._VarType in .NET Reference.

Object Model

VarType ObjectVarType ObjectVarType ObjectVarType ObjectVarType ObjectVarType ObjectVarType Object

Remarks

For remarks, see VarType and OpcLabs.BaseLib.ComInterop.ComTypes._VarType in .NET Reference.

Object creation

_VarTypePtr VarTypePtr(__uuidof(VarType));
VarType := CoVarType.Create;
var VarType = new ActiveXObject("OpcLabs.BaseLib.ComInterop.VarType");
VarType := CoVarType.Create;
$VarType = Win32::OLE->new("OpcLabs.BaseLib.ComInterop.VarType");
$VarType = new COM("OpcLabs.BaseLib.ComInterop.VarType");
OLEObject VarType
VarType = CREATE OLEObject
VarType.ConnectToNewObject("OpcLabs.BaseLib.ComInterop.VarType")
VarType = win32com.client.Dispatch('OpcLabs.BaseLib.ComInterop.VarType')
Dim VarType As New OleObject ("OpcLabs.BaseLib.ComInterop.VarType")
Dim VarType As New VarType
VarType = CREATEOBJECT("OpcLabs.BaseLib.ComInterop.VarType")
Dim VarType As New VarType
Dim VarType: Set VarType = CreateObject("OpcLabs.BaseLib.ComInterop.VarType")
VarType := CreateObject("OpcLabs.BaseLib.ComInterop.VarType")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

Example

For examples, see VarType in .NET Reference.

See Also

VarType Members