ITypeResolutionService.GetPathOfAssembly(AssemblyName) 方法
定义
获取从中加载程序集的文件的路径。Gets the path to the file from which the assembly was loaded.
public:
System::String ^ GetPathOfAssembly(System::Reflection::AssemblyName ^ name);
public string GetPathOfAssembly (System.Reflection.AssemblyName name);
abstract member GetPathOfAssembly : System.Reflection.AssemblyName -> string
Public Function GetPathOfAssembly (name As AssemblyName) As String
参数
- name
- AssemblyName
程序集的名称。The name of the assembly.
返回
从中加载程序集的文件的路径。The path to the file from which the assembly was loaded.