System.Delegate.DynamicInvokeImpl Method

Dynamically invokes (late-bound) the method represented by the current delegate.

Syntax

protected virtual object DynamicInvokeImpl (object[] args)

Parameters

args
An array of objects that are the arguments to pass to the method represented by the current delegate.

Returns

The object returned by the method represented by the delegate.

Remarks

This method implements the Delegate.DynamicInvoke(Object[]) method.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0