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

Mono.Unix.UnixMarshal.PtrToStringArray Overloads

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

Public Methods

static
PtrToStringArray(IntPtr) : string[]
Allocates a string array and unmarshals the unmanaged string array into a managed string array.
static
PtrToStringArray(int, IntPtr) : string[]
Allocates a string array and unmarshals the unmanaged string array into a managed string array.
static
PtrToStringArray(IntPtr, System.Text.Encoding) : string[]
Allocates a string array and unmarshals the unmanaged string array into a managed string array using the specified encoding.
static
PtrToStringArray(int, IntPtr, System.Text.Encoding) : string[]
Allocates a string array and unmarshals the unmanaged string array into a managed string array using the specified encoding.