OPC Labs Base Library
ReadOnlyAliasRepository Interface Members
OpcLabs_BaseLib ActiveX DLL > EmptyAliasRepository Object : ReadOnlyAliasRepository Interface
Description
An alias provider which is a read-only alias repository.

 

IID (Interface ID): cc35406f-b148-4534-9b7b-fd6ddf17ef3e

 

For more information, see _ReadOnlyAliasRepository in .NET Reference.

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

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Finds an alias specified by its name.

 

DISPID (Dispatch ID):

 

For more information, see FindAlias in .NET Reference.

Gets information about the specified alias.

 

DISPID (Dispatch ID):

 

For more information, see GetAliasInfo in .NET Reference.

Gets names of aliases that satisfy the specified filter.

 

DISPID (Dispatch ID):

 

For more information, see GetAliasNames in .NET Reference.

Gets names of alias categories in the repository.

 

DISPID (Dispatch ID):

 

For more information, see GetCategories in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Gets alias namespaces under the given parent namespace.

 

DISPID (Dispatch ID):

 

For more information, see GetNamespaces in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Gets types of aliases in the repository.

 

DISPID (Dispatch ID):

 

For more information, see GetTypes in .NET Reference.

Properties
The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Remarks

For remarks, see _ReadOnlyAliasRepository in .NET Reference.

See Also

EmptyAliasRepository Object