ConstructorInfo.Invoke Method
.NET Framework 2.0
Invokes the constructor reflected by this instance.
| Name | Description |
|---|---|
| ConstructorInfo.Invoke (Object[]) | Invokes the constructor reflected by the instance that has the specified parameters, providing default values for the parameters not commonly used. Supported by the .NET Compact Framework. |
| ConstructorInfo.Invoke (Object, Object[]) | Invokes the method or constructor represented by the current instance, using the specified parameters. |
| ConstructorInfo.Invoke (BindingFlags, Binder, Object[], CultureInfo) | When implemented in a derived class, invokes the constructor reflected by this ConstructorInfo with the specified arguments, under the constraints of the specified Binder. Supported by the .NET Compact Framework. |
| ConstructorInfo.Invoke (Object, BindingFlags, Binder, Object[], CultureInfo) | When overridden in a derived class, invokes the reflected method or constructor with the given parameters. |