Mono Class Library: System.Type Overview | Members

System.Type.GetConstructors Overloads

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

Public Methods

GetConstructors() : System.Reflection.ConstructorInfo[]
Returns an array of the public constructors defined in the type represented by the current instance.
abstract
GetConstructors(System.Reflection.BindingFlags) : System.Reflection.ConstructorInfo[]
Returns an array of constructors defined in the type represented by the current instance, under the specified binding constraints.