ConstructorInfo.Invoke Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

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.

Overload List

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Invoke(array<Object[]) Invokes the current constructor with the specified arguments.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Invoke(Object, array<Object[]) Invokes the method or constructor represented by the current instance, using the specified parameters. (Inherited from MethodBase.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Invoke(BindingFlags, Binder, array<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.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Invoke(Object, BindingFlags, Binder, array<Object[], CultureInfo) When overridden in a derived class, invokes the reflected method or constructor with the given parameters. (Inherited from MethodBase.)

Top