DkmClrAppDomain.ResolveMvidByAssemblyName(String) 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.
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.