Invokes the constructor reflected by the current instance using the specified
parameters.
[Edit]
[System.Diagnostics.DebuggerStepThrough] public object Invoke (object[] parameters) |
|
Parameters
- parameters
- An array of objects that match the number, order and type of the parameters for the constructor reflected by the current instance. If the constructor reflected by the current instance takes no parameters, specify either an array with zero elements or null.
Note: Any object in this array that is not explicitly initialized with a value will contain the default value for that object type. For reference-type elements, this value is null. For value-type elements, this value is 0, 0.0, or false , depending on the specific element type.
[Edit]
Returns
An
instance of the class that declared the constructor reflected by the
current instance.
[Edit]
Permissions
Exceptions
Remarks
Requirements
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0