Table of Contents

Constructor CorStepCompleteEventArgs

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

CorStepCompleteEventArgs(CorAppDomain, CorThread, CorStepper, CorDebugStepReason)

public CorStepCompleteEventArgs(CorAppDomain appDomain, CorThread thread, CorStepper stepper, CorDebugStepReason stepReason)

Parameters

appDomain CorAppDomain
thread CorThread
stepper CorStepper
stepReason CorDebugStepReason

CorStepCompleteEventArgs(CorAppDomain, CorThread, CorStepper, CorDebugStepReason, ManagedCallbackType)

public CorStepCompleteEventArgs(CorAppDomain appDomain, CorThread thread, CorStepper stepper, CorDebugStepReason stepReason, ManagedCallbackType callbackType)

Parameters

appDomain CorAppDomain
thread CorThread
stepper CorStepper
stepReason CorDebugStepReason
callbackType ManagedCallbackType