System::TypeInfo::GetProperties method
TypeInfo::GetProperties() const method
Returns all the public properties of the current Type.
ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties() const
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PropertyInfo
- Class TypeInfo
- Namespace System
- Library Aspose.PDF for C++
TypeInfo::GetProperties(System::Reflection::BindingFlags) const method
Searches for the properties of the current Type, using the specified binding constraints.
ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties(System::Reflection::BindingFlags bindingAttr) const
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PropertyInfo
- Enum BindingFlags
- Class TypeInfo
- Namespace System
- Library Aspose.PDF for C++