DkmClrAppDomain.GetManagedRuntimeModule 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.
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.