コード例 #1
0
 /// <summary>Releases the resources used by this procedure call</summary>
 public virtual void Dispose()
 {
     if (this.call != IntPtr.Zero)
     {
         EngineAPI.DestroyProcedureCall(this.call);
         this.call = IntPtr.Zero;
     }
     GC.SuppressFinalize((object)this);
     GC.KeepAlive((object)this);
 }