Click or drag to resize
BroccoliSharp BroEvent Methods

The BroEvent type exposes the following members.

Methods
  Name Description
Public method AddParameter(BroValue)
Adds a parameter to this BroEvent.
Public method AddParameter(Object, BroType, String)
Adds a parameter with value of type to this BroEvent.
Public method AddParameters(BroValue)
Adds specified parameters to this BroEvent.
Public method AddParameters(IEnumerableBroValue)
Adds parameters to this BroEvent.
Public method Dispose
Releases all the resources used by this BroEvent object.
Protected method Dispose(Boolean)
Releases the unmanaged resources used by this BroEvent 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 BroEvent object is reclaimed by GC.
(Overrides ObjectFinalize.)
Public method GetEnumerator
Returns an enumerator that iterates through the BroEvent parameters.
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.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ReplaceParameter(Int32, BroValue)
Replaces a parameter in this BroEvent.
Public method ReplaceParameter(Int32, Object, BroType, String)
Replaces a parameter with value of type in this BroEvent.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also