Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ StringToCoTaskMemAuto()

static IntPtr System.Runtime.InteropServices.Marshal.StringToCoTaskMemAuto ( string? s)
inlinestatic

Definition at line 1587 of file Marshal.cs.

1588 {
1589 return StringToCoTaskMemUni(s);
1590 }
static unsafe IntPtr StringToCoTaskMemUni(string? s)
Definition Marshal.cs:1327

References System.s, and System.Runtime.InteropServices.Marshal.StringToCoTaskMemUni().