Mono Class Library: Mono.Unix.UnixMarshal Overview | MembersMono.Unix.UnixMarshal.PtrToStringArray Overloads |
The overloads of PtrToStringArray are listed below. For a list of all members, see the UnixMarshal Members list.
staticPtrToStringArray(IntPtr) : string[] Allocates a string array and unmarshals the unmanaged string array into a managed string array. staticPtrToStringArray(int, IntPtr) : string[] Allocates a string array and unmarshals the unmanaged string array into a managed string array. staticPtrToStringArray(IntPtr, System.Text.Encoding) : string[] Allocates a string array and unmarshals the unmanaged string array into a managed string array using the specified encoding. staticPtrToStringArray(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.