Click or drag to resize
ConstructorInfoInvoke Method
Overload List
  NameDescription
Public methodInvoke(Object)
Invokes the constructor reflected by the instance that has the specified parameters, providing default values for the parameters not commonly used.
Public methodInvoke(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.
Top
See Also