| Name | Description | |
|---|---|---|
|  | UABrowsePathParser Constructor | Overloaded. Initializes a new instance of the class. | 
 
            The following tables list the members exposed by UABrowsePathParser.
| Name | Description | |
|---|---|---|
|  | UABrowsePathParser Constructor | Overloaded. Initializes a new instance of the class. | 
| Name | Description | |
|---|---|---|
|  | ArgumentBeginCharacter | A character that starts a multi-member argument. The value of this constant is [. | 
|  | ArgumentEndCharacter | A character that ends a multi-member argument. The value of this constant is ]. | 
|  | DefaultParsingFlags | Default value parsing flags. The value of this constant is UABrowsePathParsingFlags.ExtendedSyntax. | 
|  | StandardNamespaceUriString | Namespace URI of standard names ("http://opcfoundation.org/UA/"). The value of this constant is "http://opcfoundation.org/UA/". | 
| Name | Description | |
|---|---|---|
|  | BasePath | The base path for relative input paths. A null browse path if none given. | 
|   | DefaultBasePath | Default base path. | 
|  | DefaultNamespaceUri | The namespace URI to be used with all elements that do not explicitly specify a namespace. | 
|  | DefaultNamespaceUriString | The namespace URI string to be used with all elements that do not explicitly specify a namespace. | 
|  | ParsingFlags | The parsing flags to be used. | 
|   | Standard | A standard OPC-UA browse path parser. | 
| Name | Description | |
|---|---|---|
|  | Equals | Overloaded. Overridden. Determines whether the current OPC-UA browse path parser is the same as other object. | 
|  | GetHashCode | Overridden. | 
|  | GetType | Gets the System.Type of the current instance. (Inherited from object) | 
|  | IsAbsolute | Determines whether a given browse path string determines an absolute browse path. | 
|  | Parse | Parses a string containing an absolute browse path, and returns a corresponding browse path object. | 
|  | ParseRelative | Parses a string containing a relative browse path, and returns a corresponding browse path element collection. | 
|  | ToString | (Inherited from OpcLabs.BaseLib.Object2) | 
|  | TryParse | Attempts to parse a string containing an absolute browse path. | 
|  | TryParseRelative | Attempts to parse a string containing a relative browse path. | 
| Name | Description | |
|---|---|---|
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | 
|  | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | 
| Name | Description | |
|---|---|---|
|  | SetState<TNode> | Sets the arbitrary object associated with the node. | 
|  Equality | Determines whether the two objects are equal. | 
|  Inequality | Determines whether the two objects are not equal. |