System::Reflection::Assembly::GetAssembly 方法

Assembly::GetAssembly method

获取定义特定类型的程序集。

static System::SharedPtr<Assembly> System::Reflection::Assembly::GetAssembly(const TypeInfo &type)
参数类型描述
类型const TypeInfo&用于获取其定义程序集的类型。

ReturnValue

指向定义特定类型的程序集的指针。

另见