Share via


DkmClrNcContainerModuleInstance.FindEmbeddedModule(UInt32) Method

Definition

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

This API was introduced in Visual Studio 15 Update 6 (DkmApiVersion.VS15Update6).

public:
 Microsoft::VisualStudio::Debugger::Clr::NativeCompilation::DkmClrNcModuleInstance ^ FindEmbeddedModule(System::UInt32 Index);
public Microsoft.VisualStudio.Debugger.Clr.NativeCompilation.DkmClrNcModuleInstance FindEmbeddedModule (uint Index);
public Microsoft.VisualStudio.Debugger.Clr.NativeCompilation.DkmClrNcModuleInstance? FindEmbeddedModule (uint Index);
member this.FindEmbeddedModule : uint32 -> Microsoft.VisualStudio.Debugger.Clr.NativeCompilation.DkmClrNcModuleInstance
Public Function FindEmbeddedModule (Index As UInteger) As DkmClrNcModuleInstance

Parameters

Index
UInt32

[In] Search key used to find the element.

Returns

[Out,Optional] Result of the search.

Applies to