Exemplo n.º 1
0
 public IntPtr AllocHGlobal(int size)
 {
     return(AttachedObject.AllocHGlobal(size));
 }