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.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
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 propertyPendingModulesAllowed Gets or sets a value indicating whether pending modules are allowed.
Public propertyRoots Root definitions.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFind Finds the name in specified module.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnload Unloads a module.
Top
See Also