OPC Labs EasyOPC-UA Library
UABrowsePathParser Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UABrowsePathParser Object
Public Methods
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.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Determines whether a given browse path string determines an absolute browse path.

 

DISPID (Dispatch ID):

 

For more information, see IsAbsolute in .NET Reference.

Parses a string containing an absolute browse path, and returns a corresponding browse path object.

 

DISPID (Dispatch ID):

 

For more information, see Parse in .NET Reference.

Parses a string containing a relative browse path, and returns a corresponding browse path element collection.

 

DISPID (Dispatch ID):

 

For more information, see ParseRelative in .NET Reference.

Attempts to parse a string containing an absolute browse path.

 

DISPID (Dispatch ID):

 

For more information, see TryParse in .NET Reference.

Attempts to parse a string containing a relative browse path.

 

DISPID (Dispatch ID):

 

For more information, see TryParseRelative in .NET Reference.

Public Properties
The base path for relative input paths. A null browse path if none given.

 

DISPID (Dispatch ID):

 

For more information, see BasePath in .NET Reference.

The namespace URI string to be used with all elements that do not explicitly specify a namespace.

 

DISPID (Dispatch ID):

 

For more information, see DefaultNamespaceUriString in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

The parsing flags to be used.

 

DISPID (Dispatch ID):

 

For more information, see ParsingFlags in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

UABrowsePathParser Object