Click or drag to resize
BroccoliSharp BroString Class
Represents an immutable Bro string. Implicitly castable as a String.
Inheritance Hierarchy
SystemObject
  BroccoliSharpBroString

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public class BroString : IEquatable<BroString>, 
	IDisposable

The BroString type exposes the following members.

Constructors
  NameDescription
Public methodBroString
Creates a new BroString.
Public methodBroString(String)
Creates a new BroString from an existing string.
Top
Methods
  NameDescription
Public methodDispose
Releases all the resources used by this BroString object.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by this BroString object and optionally releases the managed resources.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current BroString.
(Overrides ObjectEquals(Object).)
Public methodEquals(BroString)
Indicates whether the current BroString is equal to another BroString.
Protected methodFinalize
Releases the unmanaged resources before this BroString object is reclaimed by GC.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Gets a hash code for this BroString.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns this BroString as .NET String.
(Overrides ObjectToString.)
Top
Operators
Properties
  NameDescription
Public propertyLength
Gets the number of characters in this BroString.
Top
Remarks
Managed wrapper class for bro_string structure.
See Also