Mono Class Library: System.Type Overview | Members

System.Type.GetProperties Overloads

The overloads of GetProperties are listed below. For a list of all members, see the Type Members list.

Public Methods

GetProperties() : System.Reflection.PropertyInfo[]
Returns an array of System.Reflection.PropertyInfo objects that reflect the public properties defined in the type represented by the current instance.
abstract
GetProperties(System.Reflection.BindingFlags) : System.Reflection.PropertyInfo[]
Returns an array of System.Reflection.PropertyInfo objects that reflect the properties defined for the type represented by the current instance that match the specified binding constraints.