BroRecord Methods |
The BroRecord type exposes the following members.
Name | Description | |
---|---|---|
Add(BroField) |
Adds field to this BroRecord.
|
|
Add(BroValue, String) | ||
Add(String, BroType, String) | ||
Add(Object, BroType, String, String) | ||
Clear |
Removes all fields from this BroRecord.
|
|
Clone |
Gets a clone of this BroRecord.
|
|
Contains(String) |
Determines whether this BroRecord contains the specified fieldName.
|
|
Contains(BroField) |
Determines whether this BroRecord contains the specified field.
|
|
CopyTo | ||
Dispose |
Releases all the resources used by this BroRecord object.
|
|
Dispose(Boolean) |
Releases the unmanaged resources used by this BroRecord object and optionally releases the managed resources.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetEnumerator |
Returns an enumerator that iterates through the field 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.) |
|
IndexOf(String) |
Determines the index of the specified fieldName in this BroRecord.
|
|
IndexOf(BroField) |
Determines the index of the specified field in this BroRecord.
|
|
Insert(Int32, BroField) | ||
Insert(Int32, BroValue, String) | ||
Insert(Int32, Object, BroType, String, String) | ||
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove(String) |
Removes the first occurrence of the specified fieldName from this BroRecord.
|
|
Remove(BroField) |
Removes the first occurrence of the specified field from this BroRecord.
|
|
RemoveAt |
Removes the BroField item at the specified index.
|
|
ToString |
Returns a string that represents this BroRecord.
(Overrides ObjectToString.) |