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

Mono.Unix.UnixMarshal.StringToHeap Overloads

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

Public Methods

static
StringToHeap(string) : IntPtr
Allocates a copy of s on the system heap in the Mono.Unix.UnixEncoding encoding.
static
StringToHeap(string, System.Text.Encoding) : IntPtr
Allocates a copy of s on the system heap in the encoding encoding.
static
StringToHeap(string, int, int) : IntPtr
Allocates a copy of s on the system heap in the Mono.Unix.UnixEncoding encoding.
static
StringToHeap(string, int, int, System.Text.Encoding) : IntPtr
Allocates a copy of s on the system heap in the encoding encoding.