TypeBuilder::GetProperties Method (BindingFlags)
Returns all the public and non-public properties declared or inherited by this type, as specified.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- bindingAttr
-
Type:
System.Reflection::BindingFlags
This invocation attribute. This must be a bit flag from BindingFlags : InvokeMethod, NonPublic, and so on.
Return Value
Type: array<System.Reflection::PropertyInfo^>^Returns an array of PropertyInfo objects representing the public and non-public properties defined on this type if nonPublic is used; otherwise, only the public properties are returned.
| Exception | Condition |
|---|---|
| NotSupportedException | This method is not implemented for incomplete types. |
Retrieve the type using Type::GetType or Assembly::GetType and use reflection on the retrieved type.
Available since 1.1
Silverlight
Available since 2.0