IDkmRuntimeInstanceUnloadNotification.OnRuntimeInstanceUnload 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.
OnRuntimeInstanceUnload is invoked as part of event processing. See interface definition for more information.
public:
void OnRuntimeInstanceUnload(Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ runtimeInstance, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnRuntimeInstanceUnload (Microsoft.VisualStudio.Debugger.DkmRuntimeInstance runtimeInstance, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnRuntimeInstanceUnload : Microsoft.VisualStudio.Debugger.DkmRuntimeInstance * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnRuntimeInstanceUnload (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.