Ejemplo n.º 1
0
 protected override void Dispose(bool disposing)
 {
     if (pointer != null)
     {
         Native.DisposeInst(pointer);
         pointer = null;
     }
     base.Dispose(disposing);
 }
Ejemplo n.º 2
0
 public Instruction()
 {
     pointer = Native.CreateInst();
 }