AssemblyLoadContext.GetAssemblyName(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
处的程序集的完全解析的程序集名称。
例外
assemblyPath
为 null
。
找不到该程序集。
该程序集不是有效的程序集。