AssemblyLoadContext.GetAssemblyName(String) 方法

定义

获取 AssemblyName 的程序集路径。

public:
 static System::Reflection::AssemblyName ^ GetAssemblyName(System::String ^ assemblyPath);
public static System.Reflection.AssemblyName GetAssemblyName (string assemblyPath);
static member GetAssemblyName : string -> System.Reflection.AssemblyName
Public Shared Function GetAssemblyName (assemblyPath As String) As AssemblyName

参数

assemblyPath
String

程序集的路径。

返回

一个对象,该对象包含 assemblyPath 处的程序集的完全解析的程序集名称。

例外

assemblyPathnull

找不到该程序集。

该程序集不是有效的程序集。

适用于