This is a utility class that makes it possible to call a parameterized method with 1,2, or 3 arguments specifying the type parameters at runtime.

Namespace: yWorks.Support
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class GenericInvoker<TResult, TParam>
Visual Basic
Public Class GenericInvoker(Of TResult, TParam)

Type Parameters

TResult
The result of the method calls.
TParam
The type of the parameter to the method calls.

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..GenericInvoker<(Of <(<'TResult, TParam>)>)>

See Also