Mono Class Library: Mono.Unix.UnixMarshal Overview | MembersMono.Unix.UnixMarshal.StringToHeap Overloads |
The overloads of StringToHeap are listed below. For a list of all members, see the UnixMarshal Members list.
staticStringToHeap(string) : IntPtr Allocates a copy of s on the system heap in the Mono.Unix.UnixEncoding encoding. staticStringToHeap(string, System.Text.Encoding) : IntPtr Allocates a copy of s on the system heap in the encoding encoding. staticStringToHeap(string, int, int) : IntPtr Allocates a copy of s on the system heap in the Mono.Unix.UnixEncoding encoding. staticStringToHeap(string, int, int, System.Text.Encoding) : IntPtr Allocates a copy of s on the system heap in the encoding encoding.