System::Reflection::Assembly::GetAssembly メソッド

Assembly::GetAssembly method

特定の型を定義しているアセンブリを取得します。

static System::SharedPtr<Assembly> System::Reflection::Assembly::GetAssembly(const TypeInfo &type)
パラメーター説明
const TypeInfo&定義アセンブリを取得する型。

ReturnValue

特定の型を定義しているアセンブリへのポインタ。

参照