Skip to main content

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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