QuickOPC User's Guide and Reference
BrowsePathParser Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.Parsing Namespace : BrowsePathParser Class
A parser for browse paths (the result is always an absolute path).
Object Model
BrowsePathParser ClassBrowsePath ClassBrowsePathParser Class
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathParser)>
<ComVisibleAttribute(True)>
<GuidAttribute("3CD098C6-EB98-42B0-ABCD-E35335A740CD")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public NotInheritable Class BrowsePathParser 
   Implements OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathParser 
'Usage
 
Dim instance As BrowsePathParser
[ComDefaultInterface(OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathParser)]
[ComVisible(true)]
[Guid("3CD098C6-EB98-42B0-ABCD-E35335A740CD")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public sealed class BrowsePathParser : OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathParser  
[ComDefaultInterface(OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathParser)]
[ComVisible(true)]
[Guid("3CD098C6-EB98-42B0-ABCD-E35335A740CD")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class BrowsePathParser sealed : public OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathParser  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Navigation.Parsing.BrowsePathParser

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also