Table of Contents

Class CorNativeStopEventArgs

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll
public class CorNativeStopEventArgs : CorProcessEventArgs
Inheritance
CorNativeStopEventArgs

Constructors

CorNativeStopEventArgs(CorProcess, int, IntPtr, bool)
CorNativeStopEventArgs(CorProcess, int, IntPtr, bool, ManagedCallbackType)

Properties

Continue

The default behavior after an event is to Continue processing after the event has been handled. This can be changed by setting this property to false.

DebugEvent
IsOutOfBand
ThreadId

Methods

ToString()

Returns a string that represents the current object.