Name | Description | |
---|---|---|
UABrowsePathParser Constructor | Overloaded. |
The following tables list the members exposed by UABrowsePathParser.
Name | Description | |
---|---|---|
UABrowsePathParser Constructor | Overloaded. |
Name | Description | |
---|---|---|
ArgumentBeginCharacter | A character that starts a multi-member argument. | |
ArgumentEndCharacter | A character that end a multi-member argument. | |
DefaultParsingFlags | Default value parsing flags. | |
StandardNamespaceUriString | Namespace URI of standard names ("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. Determines whether the specified object is equal to the current object. Determines whether the current OPC-UA browse path parser is the same as other object. | |
GetHashCode | Serves as the default hash function. | |
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 | Returns a string that represents the current object. (Inherited from object) | |
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) |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |