![]() |
BroString Class |
Namespace: BroccoliSharp
The BroString type exposes the following members.
Name | Description | |
---|---|---|
![]() | BroString |
Creates a new BroString.
|
![]() | BroString(String) |
Creates a new BroString from an existing string.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Releases all the resources used by this BroString object.
|
![]() | Dispose(Boolean) |
Releases the unmanaged resources used by this BroString object and optionally releases the managed resources.
|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current BroString.
(Overrides ObjectEquals(Object).) |
![]() | Equals(BroString) |
Indicates whether the current BroString is equal to another BroString.
|
![]() | Finalize |
Releases the unmanaged resources before this BroString object is reclaimed by GC.
(Overrides ObjectFinalize.) |
![]() | GetHashCode |
Gets a hash code for this BroString.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns this BroString as .NET String.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Equality operator for BroString.
|
![]() ![]() | (String to BroString) |
Implicitly converts String value to a BroString.
|
![]() ![]() | (BroString to String) |
Implicitly converts BroString to a String.
|
![]() ![]() | Inequality |
Inequality operator for BroString.
|