Прочетете на английски Редактиране

Споделяне чрез


MulticastDelegate.DynamicInvokeImpl(Object[]) Method

Definition

Processes the full invocation list.

C#
protected override sealed object DynamicInvokeImpl(object[] args);

Parameters

args
Object[]

The arguments to pass to the encapsulated method.

Returns

An array of type Object that contains the return value of the encapsulated method.

Exceptions

The number, order, or type of parameters is invalid.

An encapsulated method is not static, and the target object is null.

-or-

There is an attempt to invoke a method on an object or class that does not support the method.

One of the encapsulated methods throws an exception.

Applies to

Продукт Версии
.NET Framework 1.1