terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CreateHandle()

IntPtr Microsoft.Win32.SafeHandles.SafePasswordHandle.CreateHandle ( string password)
inlineprivate

Definition at line 10 of file SafePasswordHandle.cs.

11 {
12 if (!true)
13 {
14 }
15 return Marshal.StringToHGlobalAnsi(password);
16 }
static unsafe IntPtr StringToHGlobalAnsi(char *s, int length)
Definition Marshal.cs:289

References System.Runtime.InteropServices.Marshal.StringToHGlobalAnsi().

Referenced by Microsoft.Win32.SafeHandles.SafePasswordHandle.SafePasswordHandle().