IMultiTargetingSupportService.GetReflectionAssembly(AssemblyName) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回当前加载的具有给定程序集名称的程序集。
public:
System::Reflection::Assembly ^ GetReflectionAssembly(System::Reflection::AssemblyName ^ targetAssemblyName);
public System.Reflection.Assembly GetReflectionAssembly (System.Reflection.AssemblyName targetAssemblyName);
abstract member GetReflectionAssembly : System.Reflection.AssemblyName -> System.Reflection.Assembly
Public Function GetReflectionAssembly (targetAssemblyName As AssemblyName) As Assembly
参数
- targetAssemblyName
- AssemblyName
程序集名称。
返回
当前加载的具有给定程序集名称的程序集。