Example #1
0
        public void Dispose()
        {
#if IS_FXSERVER && !OS_WIN
            ms_runtimeHandler.PopRuntime(m_actualRuntime);
#else
            ms_popMethod.method(ms_runtimeHandlerIface, m_runtime);
#endif
        }
Example #2
0
 public void Dispose()
 {
     ms_runtimeHandler.PopRuntime(m_runtime);
 }