Constructor CStringHandle
- Namespace
- Ubiquity.NET.InteropHelpers
- Assembly
- Ubiquity.NET.InteropHelpers.dll
CStringHandle()
Initializes a new instance of the CStringHandle class.
protected CStringHandle()
CStringHandle(nint)
Initializes a new instance of the CStringHandle class.
protected CStringHandle(nint p)
Parameters
p
nintNative unwrapped handle
CStringHandle(byte*)
Initializes a new instance of the CStringHandle class.
protected CStringHandle(byte* p)
Parameters
p
byte*native string pointer