IDkmRuntimeInstanceLoadCompleteNotification Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IDkmRuntimeInstanceLoadCompleteNotification is implemented by components that want to listen for the RuntimeInstanceLoadComplete event. When this notification fires, the target process will be suspended and can be examined. RuntimeInstanceLoadComplete is sent by the base debug monitor when launching or attaching to the process has completed.
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, TransportKind.
This API was introduced in Visual Studio 12 Update 2 (DkmApiVersion.VS12Update2).
public interface class IDkmRuntimeInstanceLoadCompleteNotification
public interface class IDkmRuntimeInstanceLoadCompleteNotification
__interface IDkmRuntimeInstanceLoadCompleteNotification
public interface IDkmRuntimeInstanceLoadCompleteNotification
type IDkmRuntimeInstanceLoadCompleteNotification = interface
Public Interface IDkmRuntimeInstanceLoadCompleteNotification
Methods
OnRuntimeInstanceLoadComplete(DkmRuntimeInstance, DkmWorkList, DkmEventDescriptor) |
OnRuntimeInstanceLoadComplete is invoked as part of event processing. See interface definition for more information. |