Invokes the constructor reflected by this instance.
When implemented by a subclass, this method invokes the constructor reflected by this ConstructorInfo with the specified arguments, under the constraints of the specified Binder.
[Visual Basic] Overloads MustOverride Public Function Invoke(BindingFlags, Binder, Object(), CultureInfo) As Object
[C#] public abstract object Invoke(BindingFlags, Binder, Object[], CultureInfo);
[C++] public: virtual Object* Invoke(BindingFlags, Binder, Object[], CultureInfo) = 0;
[JScript] public abstract function Invoke(BindingFlags, Binder, Object[], CultureInfo) : Object;
[To be supplied.]
[Visual Basic] Overloads Public Function Invoke(Object()) As Object
[C#] public object Invoke(Object[]);
[C++] public: Object* Invoke(Object*[]);
[JScript] public function Invoke(Object[]) : Object;
ConstructorInfo Class | ConstructorInfo Members | System.Reflection Namespace