次の方法で共有


IMultiTargetingSupportService.GetReflectionAssembly(AssemblyName) メソッド

定義

現在読み込まれているアセンブリのうち、指定されたアセンブリ名を持つアセンブリを返します。

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

アセンブリ名。

戻り値

現在読み込まれているアセンブリのうち、指定されたアセンブリ名を持つアセンブリ。

適用対象