Exemple #1
0
        /// <summary>
        /// Gets the process that has the module loaded.
        /// </summary>
        /// <returns>The process that hosts the module.</returns>
        public CorProcess GetProcess()
        {
            ICorDebugProcess coproc;

            comodule.GetProcess(out coproc);
            return(CorProcess.GetOrCreateCorProcess(coproc, options));
        }