NUnit.Framework.Internal.Reflect.InvokeMethod Method
Invoke a method, converting any TargetInvocationException to an NUnitException.

Syntax

public static object InvokeMethod (System.Reflection.MethodInfo method, object fixture, params object[] args)

Parameters

method
A MethodInfo for the method to be invoked
fixture
The object on which to invoke the method
args
The argument list for the method

Returns

The return value from the invoked method

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NUnit.Framework.Internal
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 1.0.0.0