| char_ptr Constructor |
| Name | Description | |
|---|---|---|
| char_ptr(IntPtr) |
Creates new string using an already allocated string in unmanaged memory.
| |
| char_ptr(String) |
Creates new string in unmanaged memory and initializes it with str.
|