Exemplo n.º 1
0
 public virtual void Dispose()
 {
     lock (this) {
         if (swigCPtr.Handle != global::System.IntPtr.Zero)
         {
             if (swigCMemOwn)
             {
                 swigCMemOwn = false;
                 GribApiProxyPINVOKE.delete_GribUtilGridSpec2(swigCPtr);
             }
             swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
         }
         global::System.GC.SuppressFinalize(this);
     }
 }
Exemplo n.º 2
0
 public GribUtilGridSpec2() : this(GribApiProxyPINVOKE.new_GribUtilGridSpec2(), true)
 {
 }
Exemplo n.º 3
0
 public GribPoints() : this(GribApiProxyPINVOKE.new_GribPoints(), true)
 {
 }
Exemplo n.º 4
0
 public GribStringList() : this(GribApiProxyPINVOKE.new_GribStringList(), true)
 {
 }
Exemplo n.º 5
0
 public GribUtilPackingSpec() : this(GribApiProxyPINVOKE.new_GribUtilPackingSpec(), true)
 {
 }