Method GetProperties
- Namespace
- Microsoft.Samples.Debugging.CorMetadata
- Assembly
- corapi.dll
GetProperties(BindingFlags)
When overridden in a derived class, searches for the properties of the current Type, using the specified binding constraints.
public override PropertyInfo[] GetProperties(BindingFlags bindingAttr)
Parameters
bindingAttr
BindingFlagsA bitmask comprised of one or more BindingFlags that specify how the search is conducted.-or- Zero, to return null.
Returns
- PropertyInfo[]
An array of PropertyInfo objects representing all properties of the current Type that match the specified binding constraints.-or- An empty array of type PropertyInfo, if the current Type does not have properties, or if none of the properties match the binding constraints.