DkmClrAppDomain.GetManagedRuntimeModule Method

Definition

Get the managed runtime module instance.(mscorlib.dll).

Location constraint: API must be called from a Monitor component (component level < 100,000).

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

public:
 Microsoft::VisualStudio::Debugger::Clr::DkmClrModuleInstance ^ GetManagedRuntimeModule();
public Microsoft.VisualStudio.Debugger.Clr.DkmClrModuleInstance GetManagedRuntimeModule ();
member this.GetManagedRuntimeModule : unit -> Microsoft.VisualStudio.Debugger.Clr.DkmClrModuleInstance
Public Function GetManagedRuntimeModule () As DkmClrModuleInstance

Returns

[Out] The CLR runtime module instance found.

Applies to