NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConstructorInfo.Invoke

Invokes the constructor reflected by this instance.

Overload List

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;

See Also

ConstructorInfo Class | ConstructorInfo Members | System.Reflection Namespace