IDkmClrMetaDataLoader.ResolveMvidByAssemblyName Method

Definition

Resolve an assembly by name and return the MVID of its manifest module.

public:
 Guid ResolveMvidByAssemblyName(Microsoft::VisualStudio::Debugger::Clr::DkmClrAppDomain ^ appDomain, System::String ^ assemblyName);
public Guid ResolveMvidByAssemblyName (Microsoft.VisualStudio.Debugger.Clr.DkmClrAppDomain appDomain, string assemblyName);
abstract member ResolveMvidByAssemblyName : Microsoft.VisualStudio.Debugger.Clr.DkmClrAppDomain * string -> Guid
Public Function ResolveMvidByAssemblyName (appDomain As DkmClrAppDomain, assemblyName As String) As Guid

Parameters

appDomain
DkmClrAppDomain

[In] DkmClrAppDomain represents a CLR app domain inside a process which is being debugged.

assemblyName
String

[In] The fully qualified name of the assembly to resolve.

Returns

[Out] The MVID of the resolved assembly's manifest module.

Exceptions

COR_E_FILENOTFOUND/System.IO.FileNotFoundException indicates that the assembly was not found or could not be loaded.

Applies to