System::Reflection::Assembly::GetTypes 方法

Assembly::GetTypes method

获取程序集声明的类型。

virtual ArrayPtr<System::TypeInfo> System::Reflection::Assembly::GetTypes() const

ReturnValue

Array of types declared by assembly.

另见