Click or drag to resize
BroccoliSharp BroRecord Methods

The BroRecord type exposes the following members.

Methods
  Name Description
Public method Add(BroField)
Adds field to this BroRecord.
Public method Add(BroValue, String)
Adds new value to this BroRecord with specified fieldName.
Public method Add(String, BroType, String)
Adds a new column, with no initial value, to this BroRecord with the specified fieldName and type.
Public method Add(Object, BroType, String, String)
Adds new value of type to this BroRecord with specified fieldName.
Public method Clear
Removes all fields from this BroRecord.
Public method Clone
Gets a clone of this BroRecord.
Public method Contains(String)
Determines whether this BroRecord contains the specified fieldName.
Public method Contains(BroField)
Determines whether this BroRecord contains the specified field.
Public method CopyTo
Copies the fields of this BroRecord to an Array, starting at a particular Array index.
Public method Dispose
Releases all the resources used by this BroRecord object.
Protected method Dispose(Boolean)
Releases the unmanaged resources used by this BroRecord object and optionally releases the managed resources.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Releases the unmanaged resources before this BroRecord object is reclaimed by GC.
(Overrides ObjectFinalize.)
Public method GetEnumerator
Returns an enumerator that iterates through the field collection.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf(String)
Determines the index of the specified fieldName in this BroRecord.
Public method IndexOf(BroField)
Determines the index of the specified field in this BroRecord.
Public method Insert(Int32, BroField)
Inserts field in this BroRecord at the specified index.
Public method Insert(Int32, BroValue, String)
Inserts value in this BroRecord at the specified index with specified fieldName.
Public method Insert(Int32, Object, BroType, String, String)
Inserts value of type in this BroRecord at the specified index with specified fieldName.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove(String)
Removes the first occurrence of the specified fieldName from this BroRecord.
Public method Remove(BroField)
Removes the first occurrence of the specified field from this BroRecord.
Public method RemoveAt
Removes the BroField item at the specified index.
Public method ToString
Returns a string that represents this BroRecord.
(Overrides ObjectToString.)
Top
See Also