DkmClrAppDomain.ResolveMvidByAssemblyName(String) Method

Definition

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

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 Guid ResolveMvidByAssemblyName(System::String ^ AssemblyName);
public Guid ResolveMvidByAssemblyName (string AssemblyName);
member this.ResolveMvidByAssemblyName : string -> Guid
Public Function ResolveMvidByAssemblyName (AssemblyName As String) As Guid

Parameters

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