Click or drag to resize
BroccoliSharp BroString Methods

The BroString type exposes the following members.

Methods
  Name Description
Public method Dispose
Releases all the resources used by this BroString object.
Protected method Dispose(Boolean)
Releases the unmanaged resources used by this BroString object and optionally releases the managed resources.
Public method Equals(Object)
Determines whether the specified Object is equal to the current BroString.
(Overrides ObjectEquals(Object).)
Public method Equals(BroString)
Indicates whether the current BroString is equal to another BroString.
Protected method Finalize
Releases the unmanaged resources before this BroString object is reclaimed by GC.
(Overrides ObjectFinalize.)
Public method GetHashCode
Gets a hash code for this BroString.
(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 this BroString as .NET String.
(Overrides ObjectToString.)
Top
See Also