Exemplo n.º 1
0
 public void Dispose()
 {
     MemUtil.Free((IntPtr)NativePointer);
     NativePointer = null;
     GC.SuppressFinalize(this);
 }
Exemplo n.º 2
0
 public SparseMemoryBind()
 {
     NativePointer = (Unmanaged.SparseMemoryBind *)MemUtil.Alloc(typeof(Unmanaged.SparseMemoryBind));
 }