Пример #1
0
 public void Dispose(bool disposing)
 {
     if(m_handle != null)
     {
         Native.DisposeExecutionEngine(m_handle);
         m_handle = null;
     }
 }
Пример #2
0
 public void Dispose(bool disposing)
 {
     if (m_handle != null)
     {
         Native.DisposeExecutionEngine(m_handle);
         m_handle = null;
     }
 }