Table of Contents

Constructor CorNativeStopEventArgs

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

CorNativeStopEventArgs(CorProcess, int, IntPtr, bool)

public CorNativeStopEventArgs(CorProcess process, int threadId, IntPtr debugEvent, bool isOutOfBand)

Parameters

process CorProcess
threadId int
debugEvent IntPtr
isOutOfBand bool

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

public CorNativeStopEventArgs(CorProcess process, int threadId, IntPtr debugEvent, bool isOutOfBand, ManagedCallbackType callbackType)

Parameters

process CorProcess
threadId int
debugEvent IntPtr
isOutOfBand bool
callbackType ManagedCallbackType