Skip to main content
A newer version of this page is available. .

ObjectMember.Invoke(Object, Object[]) Method

Invokes the method or constructor represented by the current instance, using the specified parameters.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public object Invoke(
    object instance,
    object[] parameters
)

Parameters

Name Type Description
instance Object

A Object value.

parameters Object[]

An array of Object values.

Returns

Type Description
Object

A Object value.

See Also