Click or drag to resize
BroccoliSharp BroField Methods

The BroField type exposes the following members.

Methods
  Name Description
Public method Equals(Object)
Determines whether the specified Object is equal to the current BroField.
(Overrides BroValueEquals(Object).)
Public method Equals(BroField)
Indicates whether the current BroField is equal to another BroField of the same BroType.
Public method Equals(BroValue)
Indicates whether the current BroValue is equal to another BroValue of the same BroType.
(Inherited from BroValue.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Gets a hash code for this BroField.
(Overrides BroValueGetHashCode.)
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 ToString
Returns a string that represents this BroValue.
(Inherited from BroValue.)
Top
Extension Methods
  Name Description
Public Extension Method ConvertToType
Attempts to get a new BroValue based on the provided value converted to the specified type.
(Defined by BroValueExtensions.)
Top
See Also