OPC Labs Base Library
ObjectDescriptor Object Members
Overview 
OpcLabs_BaseLib ActiveX DLL : ObjectDescriptor Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Public Properties
Name of the alias to be used in place of this object. Empty string if the object is not aliased.

 

DISPID (Dispatch ID):

 

For more information, see AliasName in .NET Reference.

An authority part of the resource URI.

 

DISPID (Dispatch ID):

 

For more information, see Authority in .NET Reference.

Contains the CLSID of the object.

 

DISPID (Dispatch ID):

 

For more information, see Clsid in .NET Reference.

Contains the CLSID string of the object.

 

DISPID (Dispatch ID):

 

For more information, see ClsidString in .NET Reference.

A string that represents the resource descriptor or its relevant parts.

 

DISPID (Dispatch ID):

 

For more information, see DescriptorString in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

The fragment portion of the URI.

 

DISPID (Dispatch ID):

 

For more information, see Fragment in .NET Reference.

Determines whether CLSID for the object is given in this descriptor.

 

DISPID (Dispatch ID):

 

For more information, see HasClsid in .NET Reference.

Determines whether ProgID for the object is given in this descriptor.

 

DISPID (Dispatch ID):

 

For more information, see HasProgId in .NET Reference.

The Domain Name System (DNS) host name or IP address of a server.

 

DISPID (Dispatch ID):

 

For more information, see Host in .NET Reference.

Determines whether this object is aliased.

 

DISPID (Dispatch ID):

 

For more information, see IsAliased in .NET Reference.

Determines whether the resource descriptor is null.

 

DISPID (Dispatch ID):

 

For more information, see IsNull in .NET Reference.

The object's location.

 

DISPID (Dispatch ID):

 

For more information, see Location in .NET Reference.

Name of the machine. Determines the computer on which the object is located.

 

DISPID (Dispatch ID):

 

For more information, see MachineName in .NET Reference.

Security settings used when connecting to the endpoint.

 

DISPID (Dispatch ID):

 

For more information, see NetworkSecurity in .NET Reference.

Contains the object ID, i.e. ProgID, {CLSID}, or ProgID/{CLSID}.

 

DISPID (Dispatch ID):

 

For more information, see ObjectId in .NET Reference.

The password associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation!

 

DISPID (Dispatch ID):

 

For more information, see Password in .NET Reference.

The path to the resource referenced by the URI.

 

DISPID (Dispatch ID):

 

For more information, see Path in .NET Reference.

Gets the concatenated Path and Query properties.

 

DISPID (Dispatch ID):

 

For more information, see PathAndQuery in .NET Reference.

The port number of the URI.

 

DISPID (Dispatch ID):

 

For more information, see Port in .NET Reference.

A scheme name followed by a colon. An empty string if there is no scheme.

 

DISPID (Dispatch ID):

 

For more information, see Prefix in .NET Reference.

Contains ProgID of the object.

 

DISPID (Dispatch ID):

 

For more information, see ProgId in .NET Reference.

The query information included in the URI.

 

DISPID (Dispatch ID):

 

For more information, see Query in .NET Reference.

The scheme name of the URI.

 

DISPID (Dispatch ID):

 

For more information, see Scheme in .NET Reference.

Gets the Scheme and Authority properties separated by a colon (:) and double forward slash (//) as needed.

 

DISPID (Dispatch ID):

 

For more information, see SchemeAndAuthority in .NET Reference.

Contains {CLSID} (if given), or ProgID of the object.

 

DISPID (Dispatch ID):

 

For more information, see ServerClass in .NET Reference.

Contains ProgID (if given) or {CLSID} of the object.

 

DISPID (Dispatch ID):

 

For more information, see ServerProgram in .NET Reference.

A short URL string of the resource.

 

DISPID (Dispatch ID):

 

For more information, see ShortUrlString in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

A URL string of the resource.

 

DISPID (Dispatch ID):

 

For more information, see UrlString in .NET Reference.

Gets the UserName and Password properties separated by a colon (:). Not normally used with OPC UA - see the documentation!

 

DISPID (Dispatch ID):

 

For more information, see UserInfo in .NET Reference.

The user name associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation!

 

DISPID (Dispatch ID):

 

For more information, see UserName in .NET Reference.

See Also

ObjectDescriptor Object