Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
protected Object InvokeMethod(
	Type t,
	MethodInfo method
)
Protected Function InvokeMethod ( _
	t As Type, _
	method As MethodInfo _
) As Object
protected:
Object^ InvokeMethod(
	Type^ t, 
	MethodInfo^ method
)

Parameters

t
Type
method
MethodInfo

See Also