The following tables list the members exposed by MibTraps.
Public Properties
Public Methods
| Name | Description |
 | Add | Adds the specified key and value to the dictionary. (Inherited from System.Collections.Generic.Dictionary<string,MibTrap>) |
 | Clear | Removes all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,MibTrap>) |
 | ContainsKey | Determines whether the Dictionary contains the specified key. (Inherited from System.Collections.Generic.Dictionary<string,MibTrap>) |
 | ContainsValue | Determines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<string,MibTrap>) |
 | CreateGenericTrapMessage |
Creates a generic trap from the specified TrapName and enterprise.
|
 | CreateSpecificTrapMessage |
Creates a specific trap from the specified TrapName.
|
 | GetByTrapAttributes |
Returns the MibTrap with the specified generic trap, specific trap, and enterprise values.
|
 | GetByTrapName |
Returns the MibTrap with the given name.
|
 | GetEnumerator | Returns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,MibTrap>) |
 | GetObjectData | Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. (Inherited from System.Collections.Generic.Dictionary<string,MibTrap>) |
 | OnDeserialization | Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.Dictionary<string,MibTrap>) |
 | Remove | Removes the value with the specified key from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,MibTrap>) |
 | TryGetValue | Gets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<string,MibTrap>) |
Top
See Also