DkmClrNcRuntimeInstance.FindEmbeddedModule(Guid) 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.
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.