ConstructorInfo.Invoke Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Invokes the current constructor with the specified arguments.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Invoke(Object[]) | Invokes the current constructor with the specified arguments. |
|
Invoke(Object, Object[]) | Invokes the method or constructor represented by the current instance, using the specified parameters. (Inherited from MethodBase.) |
|
Invoke(BindingFlags, Binder, Object[], CultureInfo) | When implemented in a derived class, invokes the current constructor with the specified arguments, using the specified binder and culture to validate the argument types. |
|
Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) | When overridden in a derived class, invokes the reflected method or constructor with the given parameters. (Inherited from MethodBase.) |
Show: