Invokes the method represented by current instance using the supplied parameters in either one-way or normal mode
Declaring type: Extensions
Namespace: Zyan.Communication.Toolbox
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static object Invoke (
        MethodInfo mi,
        object instance,
        object[] args,
        bool oneWay
) 
Parameters
mi

There is no description.

instance

There is no description.

args

There is no description.

oneWay

There is no description.

Return Value

There is no description.