コード例 #1
0
ファイル: Marshal.cs プロジェクト: jnm2/corefx
 public static void FreeHGlobal(IntPtr hglobal)
 {
     InteropExtensions.MemFree(hglobal);
 }