IOperationInvoker.Invoke(Object, Object[], Object[]) Method

Definition

Returns an object and a set of output objects from an instance and set of input objects.

C#
public object Invoke(object instance, object[] inputs, out object[] outputs);

Parameters

instance
Object

The object to be invoked.

inputs
Object[]

The inputs to the method.

outputs
Object[]

The outputs from the method.

Returns

The return value.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1