DkmRuntimeInstance.OnLoadComplete Method

Definition

This method is called by a debug monitor to raise a RuntimeInstanceLoadComplete event. RuntimeInstanceLoadComplete is currently only sent for the native runtime instance, though this may change in the future. The event is issued after DkmModuleInstance objects have been created for the initial set of modules in the runtime instance.

This method may only be called by the component which created the object.

This API was introduced in Visual Studio 12 Update 2 (DkmApiVersion.VS12Update2).

public:
 void OnLoadComplete();
public:
 void OnLoadComplete();
void OnLoadComplete();
public void OnLoadComplete ();
member this.OnLoadComplete : unit -> unit
Public Sub OnLoadComplete ()

Applies to