Mono Class Library: Mono.Unix.UnixMarshal Overview | Members

Mono.Unix.UnixMarshal.PtrToString Overloads

The overloads of PtrToString are listed below. For a list of all members, see the UnixMarshal Members list.

Public Methods

static
PtrToString(IntPtr) : string
Allocates a managed string and marshals the unmanaged string into the managed string.
static
PtrToString(IntPtr, System.Text.Encoding) : string
Allocates a managed string and marshals the unmanaged string into the managed string using the specified encoding.