| Object | 
The ObjectRegistryBase type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateVariable(String) | Creates a variable. | 
|  | CreateVariable(String, ISnmpData) | Creates a variable. | 
|  | Decode(ObjectIdentifier, ISnmpData) | Decodes the data against the object identifier. | 
|  | Decode(UInt32, ISnmpData) | Decodes the data against the object identifier. | 
|  | Decode(String, String, ISnmpData) | Decodes the data against the object name in specified module. | 
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | Import | Imports instances of Module. | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | Refresh | Refreshes. | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
|  | Translate(String) | Gets numerical form from textual form. | 
|  | Translate(UInt32) | Gets textual form from numerical form. | 
|  | Translate(String, String) | Gets numerical form from textual form. | 
|  | ValidateTable | Validates if an ObjectIdentifier is a table. | 
|  | Verify(ObjectIdentifier, ISnmpData) | Verifies the data against the object identifier. | 
|  | Verify(String, String, ISnmpData) | Verifies the data against the object name defined in specified module. | 
 See Also
See Also