IDkmBinaryLoadedNotification Interface

Definition

IDkmBinaryLoadedNotification is implemented by components that want to listen for the BinaryLoaded event. When this notification fires, the target process will be suspended and can be examined. Indicates that we have successfully loaded the binary of a module in the minidump we are debugging.

BinaryLoaded events can be suppressed by calling DkmEventDescriptorS.Suppress().

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, RuntimeId, SymbolProviderId, TransportKind.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public interface class IDkmBinaryLoadedNotification
public interface class IDkmBinaryLoadedNotification
__interface IDkmBinaryLoadedNotification
public interface IDkmBinaryLoadedNotification
type IDkmBinaryLoadedNotification = interface
Public Interface IDkmBinaryLoadedNotification

Methods

OnBinaryLoaded(DkmModuleInstance, String, DkmWorkList, DkmEventDescriptorS)

OnBinaryLoaded is invoked as part of event processing. See interface definition for more information.

Applies to