StringWrapper Class |
Wraps a C++ ON_wString*.
Namespace: Rhino.Runtime.InteropWrappers
The StringWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| StringWrapper |
Initializes a new empty unmanaged string (ON_wString*).
| |
| StringWrapper(String) |
Initializes a new unmanaged string with an initial value.
The string s can be null.
|
| Name | Description | |
|---|---|---|
| ConstPointer |
Gets the constant pointer (constant ON_wString*).
| |
| NonConstPointer |
Gets the non-constant pointer (ON_wString*).
|
| Name | Description | |
|---|---|---|
| Dispose |
Actively reclaims unmanaged resources that this instance uses.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetStringFromPointer |
Get string from an ON_wString*
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetString |
Set contents of this string.
| |
| SetStringOnPointer |
Set contents of an ON_wString*
| |
| ToString |
Returns the string contents of this wrapper.
(Overrides ObjectToString.) |