System.Reflection.ConstructorInfo: Method Members

The methods of System.Reflection.ConstructorInfo are listed below. For a list of all members, see the ConstructorInfo Members list.

See Also: Inherited members from System.Reflection.MethodBase

Public Methods

override
Equals(object) : bool

Returns a value that indicates whether this instance is equal to a specified object.

override
GetHashCode() : int

Returns the hash code for this instance.

GetType() : Type
Documentation for this section has not yet been entered.
Invoke(object[]) : object

Invokes the constructor reflected by the instance that has the specified parameters, providing default values for the parameters not commonly used.

abstract
Invoke(BindingFlags, Binder, object[], System.Globalization.CultureInfo) : object

When implemented in a derived class, invokes the constructor reflected by this ConstructorInfo with the specified arguments, under the constraints of the specified Binder.