Click or drag to resize
BroccoliSharp BroValue Methods

The BroValue type exposes the following members.

Methods
  Name Description
Public method Equals(Object)
Determines whether the specified Object is equal to the current BroValue.
(Overrides ObjectEquals(Object).)
Public method Equals(BroValue)
Indicates whether the current BroValue is equal to another BroValue of the same BroType.
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 BroValue.
(Overrides ObjectGetHashCode.)
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.
(Overrides ObjectToString.)
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