Click or drag to resize

ReloadableObjectRegistry Class

Object registry.
Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpPro.Mib.RegistryObjectRegistryBase
    Lextm.SharpSnmpPro.Mib.RegistryReloadableObjectRegistry

Namespace: Lextm.SharpSnmpPro.Mib.Registry
Assembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntax
public class ReloadableObjectRegistry : ObjectRegistryBase

The ReloadableObjectRegistry type exposes the following members.

Constructors
 NameDescription
Public methodReloadableObjectRegistry Initializes a new instance of the ReloadableObjectRegistry class.
Top
Properties
 NameDescription
Public propertyPath Gets the path.
Public propertyTree Object tree.
(Inherited from ObjectRegistryBase)
Public propertyUnloadedModules Gets or sets the list of modules that have been unloaded.
Top
Methods
 NameDescription
Public methodCreateVariable(String) Creates a variable.
(Inherited from ObjectRegistryBase)
Public methodCreateVariable(String, ISnmpData) Creates a variable.
(Inherited from ObjectRegistryBase)
Public methodDecode(ObjectIdentifier, ISnmpData) Decodes the data against the object identifier.
(Inherited from ObjectRegistryBase)
Public methodDecode(UInt32, ISnmpData) Decodes the data against the object identifier.
(Inherited from ObjectRegistryBase)
Public methodDecode(String, String, ISnmpData) Decodes the data against the object name in specified module.
(Inherited from ObjectRegistryBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodImport Imports instances of Module.
(Inherited from ObjectRegistryBase)
Public methodLoad Loads a module by its name and imports it into the current tree structure.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRefresh Refreshes.
(Inherited from ObjectRegistryBase)
Public methodReload Reloads the registry.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTranslate(String) Gets numerical form from textual form.
(Inherited from ObjectRegistryBase)
Public methodTranslate(UInt32) Gets textual form from numerical form.
(Inherited from ObjectRegistryBase)
Public methodTranslate(String, String) Gets numerical form from textual form.
(Inherited from ObjectRegistryBase)
Public methodUnload Unloads the specified module by name and adds it to the list of unloaded modules.
Public methodValidateTable Validates if an ObjectIdentifier is a table.
(Inherited from ObjectRegistryBase)
Public methodVerify(ObjectIdentifier, ISnmpData) Verifies the data against the object identifier.
(Inherited from ObjectRegistryBase)
Public methodVerify(String, String, ISnmpData) Verifies the data against the object name defined in specified module.
(Inherited from ObjectRegistryBase)
Top
Events
 NameDescription
Public eventOnChanged This event occurs when new documents are loaded.
(Inherited from ObjectRegistryBase)
Top
See Also