StringHolder Class |
If you are just dealing with an ON_wString*, use StringWrapper
Namespace: Rhino.Runtime.InteropWrappers
The StringHolder type exposes the following members.
| Name | Description | |
|---|---|---|
| StringHolder |
Constructor
|
| Name | Description | |
|---|---|---|
| ConstPointer |
C++ pointer used to access the ON_wString, managed plug-ins should
never need this.
| |
| Dispose |
IDispose implementation
| |
| Dispose(Boolean) |
Called by Dispose and finalizer
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Destructor
(Overrides ObjectFinalize.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetString |
Gets managed string from unmanaged ON_wString pointer.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NonConstPointer |
C++ pointer used to access the ON_wString, managed plug-ins should
never need this.
| |
| ToString |
Marshals unmanaged ON_wString to a managed .NET string
(Overrides ObjectToString.) | |
| ToStringSafe |
Marshals unmanaged ON_wString to a managed .NET string and never returns null.
|