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


OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.Parsing Namespace : BrowsePathParser Class

The following tables list the members exposed by BrowsePathParser.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Fields
 NameDescription
Public FieldDefault base path.  
Public FieldDefault value of the MaximumParentDepth property. Equals to System.Int32.MaxValue.  
Public FieldAn escape character. Equals to an ampersand ('&').  
Public FieldA reference character. Equals to a dot ('.').  
Public FieldA separator character. Equals to a forward slash ('/').  
Top
Public Properties
 NameDescription
Public PropertyThe base path for relative input paths. null if none given.  
Public PropertyHow many levels above the base path can be referenced.  
Public Propertystatic (Shared in Visual Basic)A standard browse path parser.  
Top
Public Methods
 NameDescription
Public MethodDetermines whether the current browse path parser is the same as other object.  
Public MethodServes as the default hash function.  
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodDetermines whether a given browse path string determines an absolute browse path.  
Public MethodParses a string containing a browse path, and returns a corresponding browse path object.  
Public MethodParses a string containing a relative browse path, and returns a corresponding browse path element collection.  
Public MethodReturns a string that represents the current object. (Inherited from object)
Public MethodAttempts to parse a string containing an absolute browse path.  
Public MethodAttempts to parse a string containing a relative browse path.  
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)
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

BrowsePathParser Class
OpcLabs.BaseLib.Navigation.Parsing Namespace