Example #1
0
        public void Dispose()
        {
            domain.FreeILIntepreter(intp);

            esp    = null;
            intp   = null;
            domain = null;
            method = null;
            mStack = null;
        }