示例#1
0
文件: Marshal.cs 项目: jnm2/corefx
 public static void FreeHGlobal(IntPtr hglobal)
 {
     InteropExtensions.MemFree(hglobal);
 }