Visavi Visual OPC .NET  

ResourceIdentifier Members

ResourceIdentifier overview

Public Constructors

public constructor ResourceIdentifier Constructor Overloaded. Initializes a new instance of the   ResourceIdentifier class.

Public Properties

public propertyClsid The CLSID of the object when a COM object is being specified.
public propertyFragment Gets or sets the fragment portion of the URI. When specifying a COM object, the frament will optionally identify the CLSID of the object.
public propertyFriendlyName Gets a friendly name for the resource.
public propertyHost Gets or sets the Domain Name System (DNS) host name or IP address of a server. When specifying a COM object, this is simply the name of the host machine on the LAN.
public propertyPath Gets or sets the path to the resource referenced by the URI.When specifying a COM object, this path represents the ProgID of the server.
public propertyPort Gets or sets the port number of the URI. This item is ignored when specifying a COM object.
public propertyProgID The ProgID of the object when a COM object is being specified.
public propertyScheme Gets or sets the scheme name of the URI.

Public Methods

public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodToString (inherited from Object) Overridden. Returns the display string for the specified ResourceIdentifier instance.

Public Operators

public operatorstatic (Shared in Visual Basic) Equality Operator Overloaded. Determines whether two ResourceIdentifier instances are equal.
public operatorstatic (Shared in Visual Basic) Inequality Operator Overloaded. Determines whether two ResourceIdentifier instances are not equal.

Protected Methods

protected methodFinalize (inherited from Object) Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ResourceIdentifier Class Visavi Namespace