BroTable Methods |
The BroTable type exposes the following members.
Name | Description | |
---|---|---|
Add(KeyValuePairBroValue, BroValue) |
Adds a key/value pair to this BroTable.
|
|
Add(BroValue, BroValue) | ||
Add(Object, BroType, Object, BroType, String, String) | ||
Clear |
Removes all items from this BroTable.
|
|
Clone |
Gets a clone of this BroTable.
|
|
Contains |
Determines whether this BroTable contains specified key/value pair.
|
|
ContainsKey(BroValue) |
Determines whether this BroTable contains specified key.
|
|
ContainsKey(Object, BroType, String) | ||
CopyTo | ||
Dispose |
Releases all the resources used by this BroTable object.
|
|
Dispose(Boolean) |
Releases the unmanaged resources used by this BroTable object and optionally releases the managed resources.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove |
Removes the element with the specified key from this BroTable.
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
TryGetValue(BroValue, BroValue) |
Gets the BroValue associated with the specified key.
|
|
TryGetValue(Object, BroType, BroValue, String) |