Table of Contents

Method DirectDispatchEvent

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

DirectDispatchEvent(ManagedCallbackType, CorEventArgs)

Expose direct dispatch logic so that other event dispatchers can use CorProcess's event handlers.

public void DirectDispatchEvent(ManagedCallbackType callback, CorEventArgs e)

Parameters

callback ManagedCallbackType

callback type to dispatch

e CorEventArgs

event arguments used to dispatch