DkmClrNcRuntimeInstance.FindEmbeddedModule(Guid) Method

Definition

Find a DkmClrNcModuleInstance element within this DkmClrNcRuntimeInstance. If no element with the given input key is present, FindEmbeddedModule will fail.

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 Microsoft::VisualStudio::Debugger::Clr::NativeCompilation::DkmClrNcModuleInstance ^ FindEmbeddedModule(Guid Mvid);
public Microsoft.VisualStudio.Debugger.Clr.NativeCompilation.DkmClrNcModuleInstance FindEmbeddedModule (Guid Mvid);
member this.FindEmbeddedModule : Guid -> Microsoft.VisualStudio.Debugger.Clr.NativeCompilation.DkmClrNcModuleInstance
Public Function FindEmbeddedModule (Mvid As Guid) As DkmClrNcModuleInstance

Parameters

Mvid
Guid

[In] Search key used to find the element.

Returns

[Out,Optional] Result of the search.

Applies to