OPC Studio User's Guide and Reference
OpcLabs.BaseLib.Collections.Specialized.ComTypes Namespace
Inheritance Hierarchy
OpcLabs.BaseLib Assembly : OpcLabs.BaseLib.Collections.Specialized.ComTypes Namespace
This namespace contains COM types for specialized and strongly-typed collections.
Interfaces
 InterfaceDescription
InterfaceExposes OpcLabs.BaseLib.Collections.Specialized.ExceptionCollection to COM clients.

This interface represents a collection, where the items are of type System.Exception.

InterfaceExposes OpcLabs.BaseLib.Collections.Specialized.Int32Collection to COM clients.

This interface represents a collection, where the items are of type System.Int32.

InterfaceExposes OpcLabs.BaseLib.Collections.Specialized.NormalizedExceptionCollection to COM clients.

This interface represents a collection, where the items are of type OpcLabs.BaseLib.NormalizedException.

InterfaceExposes a dictionary of arbitrary objects, keyed by an object, to COM clients.

This interface represents a directory, where the keys are of type System.Object and the values are of type System.Object.

InterfaceExposes OpcLabs.BaseLib.Collections.Specialized.StringCollection to COM clients.

This interface represents a collection, where the items are of type System.String.

InterfaceExposes OpcLabs.BaseLib.Collections.Specialized.StringObjectDictionary to COM clients.

This interface represents a directory, where the keys are of type System.String and the values are of type System.Object.

InterfaceExposes OpcLabs.BaseLib.Collections.Specialized.StringSet to COM clients.

This interface represents a set, where the elements are of type System.String.

InterfaceExposes OpcLabs.BaseLib.Collections.Specialized.StringStringDictionary to COM clients.

This interface represents a directory, where the keys are of type System.String and the values are of type System.Object.

See Also

Reference

OpcLabs.BaseLib Assembly