Class CorProcess
public sealed class CorProcess : CorController, IDisposable, IMemoryReader
- Inheritance
-
CorProcess
- Implements
Properties
Methods
- Continue(bool)
Continue processes after a call to Stop.
outOfBand is true if continuing from an unmanaged event that was sent with the outOfBand flag in the unmanaged callback; false if continueing from a managed event or normal unmanaged event.
- DirectDispatchEvent(ManagedCallbackType, CorEventArgs)
Expose direct dispatch logic so that other event dispatchers can use CorProcess's event handlers.
- Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
- Stop(int)
Cooperative stop on all threads running managed code in the process.