System::TypeInfo::GetConstructors 메서드
TypeInfo::GetConstructors() const method
현재 형식에 정의된 모든 public 생성자를 반환합니다.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors() const
또 보기
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
TypeInfo::GetConstructors(System::Reflection::BindingFlags) const method
지정된 BindingFlags를 사용하여 현재 형식에 정의된 생성자를 검색합니다.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors(System::Reflection::BindingFlags bindingAttr) const
또 보기
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Enum BindingFlags
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++