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

Accessor.InvokeMethod(Object, String, Object[]) Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public static object InvokeMethod(
    object obj,
    string name,
    object[] args
)

Parameters

Name Type
obj Object
name String
args Object[]

Returns

Type
Object
See Also