Name | Description | |
---|---|---|
BrowsePath Constructor | Overloaded. |
The following tables list the members exposed by BrowsePath.
Name | Description | |
---|---|---|
BrowsePath Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefaultPathString | Default value of PathString. |
Name | Description | |
---|---|---|
BrowseNames | A sequence of browse names that form the browse path, starting from the root. It may be an empty sequence. | |
IsEmpty | Determines whether the current browse path represents the root, i.e. is empty. | |
Length | The length of the browse path, i.e. the count of the browse names it consists of. | |
PathString | The browse path in an escaped string form; always absolute. | |
Root | Returns a browse path that represents the root, i.e. is empty. |
Name | Description | |
---|---|---|
Add | Create a new browse path by appending a browse name to the end of the given browse path. | |
AppendBrowseName | Appends a browse name to the end of the current browse path. | |
AppendRelative | Overloaded. Appends a sequence of browse names to the end of the current browse path. | |
Clone | Overridden. | |
Combine | Combines the current browse path with a given relative browse path string. | |
CommonPrefix | Determines the longest common prefix of the current browse path and a given browse path. | |
CommonPrefixLength | Determines length of the longest common prefix of the current browse path and a given browse path. | |
Equals | Overloaded. Overridden. Determines whether the current browse path is the same as other object. | |
EscapeBrowseName | Escapes a browse name so that it can be placed into a string form of the browse path. | |
FromEnumerable | Converts a sequence of browse names into a browse path object. | |
FromString | Converts a string (containing an absolute browse path) to a browse path object. | |
GetHashCode | Overridden. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
IsPrefix | Determines whether a given browse path is a prefix of the current browse path. | |
IsValidBrowseName | Determines whether a given string is a valid browse name. | |
Parse | Overloaded. Parses a string containing an absolute browse path, and returns a corresponding browse path object. | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
RelativeTo | Overloaded. Computes a relative path string that leads from the current browse to a given browse path. | |
ToString | Overridden. | |
TryAppendRelative | Overloaded. Attempts to append a relative browse path string to the current browse path. | |
TryAssign | Attempts to assign an absolute browse path string to the current browse path object. | |
TryCombine | Attempts to combine the current browse path with a given relative browse path string. | |
TryParse | Overloaded. Attempts to parse a string containing an absolute browse path. | |
TryRelativeTo | Attempts to compute a relative path string that leads from the current browse to a given browse path. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
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) | |
ReadXmlElement | Overridden. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |
Addition | Create a new browse path by appending a browse name to the end of the given browse path. |
Equality | Determines whether the two objects are equal. |
Implicit Type Conversion | Converts a string (containing an absolute browse path) to a browse path object. |
Inequality | Determines whether the two objects are not equal. |