Table of Contents

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 nint

Native unwrapped handle

CStringHandle(byte*)

Initializes a new instance of the CStringHandle class.

protected CStringHandle(byte* p)

Parameters

p byte*

native string pointer