QuickOPC User's Guide and Reference
BrowsePath Class Members
Fields  Properties  Methods 


OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation Namespace : BrowsePath Class

The following tables list the members exposed by BrowsePath.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldDefault value of PathString.  
Top
Public Properties
 NameDescription
Public PropertyA sequence of browse names that form the browse path, starting from the root. May be an empty sequence.  
Public PropertyDetermines whether the current browse path represents the root, i.e. is empty.  
Public PropertyThe length of the browse path, i.e. the count of the browse names it consists of.  
Public PropertyThe browse path in an escaped string form; always absolute.  
Public Propertystatic (Shared in Visual Basic)Returns a browse path that represents the root, i.e. is empty.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Create a new browse path by appending a browse name to the end of the given browse path.  
Public MethodAppends a browse name to the end of the current browse path.  
Public MethodOverloaded. Appends a sequence of browse names to the end of the current browse path.  
Public MethodOverridden.   
Public MethodCombines the current browse path with a given relative browse path string.  
Public MethodDetermines the longest common prefix of the current browse path and a given browse path.  
Public MethodDetermines length of the longest common prefix of the current browse path and a given browse path.  
Public MethodOverloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object. Determines whether the current browse path is the same as other object.  
Public Methodstatic (Shared in Visual Basic)Escapes a browse name so that it can be placed into a string form of the browse path.  
Public Methodstatic (Shared in Visual Basic)Converts a sequence of browse names into a browse path object.  
Public Methodstatic (Shared in Visual Basic)Converts a string (containing an absolute browse path) to a browse path object.  
Public MethodOverridden. Serves as the default hash function. Serves as a hash function for a particular type.  
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodDetermines whether a given browse path is a prefix of the current browse path.  
Public Methodstatic (Shared in Visual Basic)Determines whether a given string is a valid browse name.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Parses a string containing an absolute browse path, and returns a corresponding browse path object.  
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodOverloaded. Computes a relative path string that leads from the current browse to a given browse path.  
Public MethodOverridden. Returns a string that represents the current object.Returns a string that represents the current object.  
Public MethodOverloaded. Attempts to append a relative browse path string to the current browse path.  
Public MethodAttempts to assign an absolute browse path string to the current browse path object.  
Public MethodAttempts to combine the current browse path with a given relative browse path string.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Attempts to parse a string containing an absolute browse path.  
Public MethodAttempts to compute a relative path string that leads from the current browse to a given browse path.  
Public Method (Inherited from OpcLabs.BaseLib.Info)
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Protected MethodOverridden. Infrastructure. Infrastructure.  
Protected MethodOverridden. Infrastructure. Infrastructure.  
Top
Public Operators
Create a new browse path by appending a browse name to the end of the given browse path.
Determines whether the two objects are equal.
Converts a string (containing an absolute browse path) to a browse path object.
Determines whether the two objects are not equal.
Top
See Also

Reference

BrowsePath Class
OpcLabs.BaseLib.Navigation Namespace