Click or drag to resize

ObjectTree Class

Object tree class.
Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpPro.Mib.RegistryObjectTree

Namespace:  Lextm.SharpSnmpPro.Mib.Registry
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public sealed class ObjectTree

The ObjectTree type exposes the following members.

Constructors
  NameDescription
Public methodObjectTree
Creates an ObjectTree instance.
Top
Properties
  NameDescription
Public propertyCollector
Gets or sets the collector.
Public propertyLoadedModules
Loaded MIB modules.
Public propertyPendingModules
Pending MIB modules.
Public propertyRoots
Root definitions.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFind
Finds the name in specified module.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImport
Imports the specified modules.
Public methodRefresh
Refreshes this instance.
Public methodSearch
Searches the specified object via identifier.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnload
Unloads a module.
Top
See Also