IAnalyzerAssemblyLoader.LoadFromPath(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
给定磁盘上程序集的完整路径,加载并返回相应的 Assembly 对象。
public:
System::Reflection::Assembly ^ LoadFromPath(System::String ^ fullPath);
public System.Reflection.Assembly LoadFromPath (string fullPath);
abstract member LoadFromPath : string -> System.Reflection.Assembly
Public Function LoadFromPath (fullPath As String) As Assembly
参数
- fullPath
- String
返回
例外
fullPath
为 null。
fullPath
不是完整路径。
注解
具有相同路径的多个调用应返回同一 Assembly 实例。