[This is preliminary documentation and is subject to change.]
The SealedString type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | SealedString |
Creates a sealed copy of string data. This .ctor DOES NOT check whether this string was already sealed
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ![]() |
![]() | Equals(SealedString) | |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | GetHashCode | (Overrides ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToString | (Overrides ![]() |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality | |
![]() ![]() | Inequality |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | Address | |
![]() | Segment |
Properties
Name | Description | |
---|---|---|
![]() | IsAssigned |
Returns true if this instance represents an assigned valid string (is not equal to Unassigned)
|
![]() ![]() | TotalBytesAllocated |
Returns the total number of bytes allocated
|
![]() ![]() | TotalBytesUsed |
Returns the total number of bytes used
|
![]() ![]() | TotalCount |
Returns the total count of strings allocated
|
![]() ![]() | TotalSegmentCount |
Total number of segments
|
![]() ![]() | Unassigned |
Returns a SealedString that is IsAssigned==false - a special invalid value
|
![]() | Value |
Returns the original string copy
|
See Also