Name | Description | |
---|---|---|
VarType Constructor | Overloaded. Initializes a new instance of the VarType class. |
The following tables list the members exposed by VarType.
Name | Description | |
---|---|---|
VarType Constructor | Overloaded. Initializes a new instance of the VarType class. |
Name | Description | |
---|---|---|
DefaultAsString | Default VarType, represented as string. Corresponds to VarTypes.Empty. | |
DefaultInternalValue | Enumerated value of default VarType, which corresponds to VarTypes.Empty. | |
DefaultNumericalValue | Numerical value of default VarType, which corresponds to VarTypes.Empty. |
Name | Description | |
---|---|---|
InternalValue | The enumerated value of the data type. | |
IsArray | Gets a value indicating whether the VarType is an array. | |
IsElementType | Gets a value indicating whether the VarType can be an array element type. | |
NumericalValue | The numerical (integer) value of the data type. | |
StandardName | A symbolic name of the current VarType if it has a standard name. Empty otherwise. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the specified OpcLabs.BaseLib.Info is equal to the current object. | |
FromInt32 | Converts a numerical VARTYPE to a VarType object. | |
FromType | Determines a VarType for a given .NET type. | |
FromVarTypes | Converts an enumerated value to a VarType object. | |
GetElementType | Returns the VarType of the elements encompassed by the current array. | |
GetHashCode | Overridden. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
IsValidTypeValue | Determines whether the type value is in the valid range. | |
MakeArrayType | Returns a VarType object representing an array of the current type. | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToInt32 | Converts VarType object to a numerical VARTYPE . | |
ToString | Overridden. Returns a System.String that represents the current VarType. | |
ToVarTypes | Converts VarType object to an enumerated value. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
ReadXmlElement | Overridden. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |
Name | Description | |
---|---|---|
PropertyChanged | Handler for System.ComponentModel.INotifyPropertyChanged.PropertyChanged. | |
PropertyChanging | Handler for System.ComponentModel.INotifyPropertyChanging.PropertyChanging. |
Equality | Determines whether the two objects are equal. |
Implicit Type Conversion | Overloaded. Converts VarType object to a numerical VARTYPE . |
Inequality | Determines whether the two objects are not equal. |