System::TypeInfo::IsSubclassOf 方法

TypeInfo::IsSubclassOf method

确定当前对象所表示的类型是否是指定类的子类。

bool System::TypeInfo::IsSubclassOf(const TypeInfo &type) const
参数类型描述
类型const TypeInfo&用于与当前类型比较的类型

另见