0 out of 1 rated this helpful - Rate this topic

ConstructorInfo.Invoke Method

Invokes the constructor reflected by this instance.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Invoke(Object[]) Invokes the constructor reflected by the instance that has the specified parameters, providing default values for the parameters not commonly used.
Public method Invoke(Object, Object[]) Invokes the method or constructor represented by the current instance, using the specified parameters. (Inherited from MethodBase.)
Public method 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.
Public method 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.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.