DkmRuntimeInstance.ParentRuntime Property

Definition

[Optional] For runtimes that are implemented on top of another runtime, this can optionally be used to indicant the logical parent. This can then be used to request services from the parent when the child runtime doesn't implement the service. This is currently used only for obtaining the top stack frame to evaluate a conditional breakpoint when the child runtime doesn't walk stacks itself.

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

public:
 property Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ ParentRuntime { Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ get(); };
public Microsoft.VisualStudio.Debugger.DkmRuntimeInstance ParentRuntime { get; }
member this.ParentRuntime : Microsoft.VisualStudio.Debugger.DkmRuntimeInstance
Public ReadOnly Property ParentRuntime As DkmRuntimeInstance

Property Value

Applies to