IDkmRuntimeInstanceLoadNotification.OnRuntimeInstanceLoad Method
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.
OnRuntimeInstanceLoad is invoked as part of event processing. See interface definition for more information.
public:
void OnRuntimeInstanceLoad(Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ runtimeInstance, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnRuntimeInstanceLoad (Microsoft.VisualStudio.Debugger.DkmRuntimeInstance runtimeInstance, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnRuntimeInstanceLoad : Microsoft.VisualStudio.Debugger.DkmRuntimeInstance * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnRuntimeInstanceLoad (runtimeInstance As DkmRuntimeInstance, eventDescriptor As DkmEventDescriptor)
Parameters
- runtimeInstance
- DkmRuntimeInstance
[In] The DkmRuntimeInstance class represents an execution environment which is loaded into a DkmProcess and which contains code to be debugged.
- eventDescriptor
- DkmEventDescriptor
[In] Describes the event being processed.