The methods of NUnit.Framework.Internal.Reflect are listed below. For a list of all members, see the Reflect Members list.
See Also: Inherited members from System.Object
static | Construct(Type)Invoke the default constructor on a Type | |
static | Construct(Type, object[])Invoke a constructor on a Type with arguments | |
static | GetMethodsWithAttribute(Type, Type, bool)Examine a fixture type and return an array of methods having a particular attribute. The array is order with base methods first. | |
static | HasMethodWithAttribute(Type, Type)Documentation for this section has not yet been entered. | |
static | InvokeMethod(System.Reflection.MethodInfo, object)Invoke a parameterless method returning void on an object. | |
static | InvokeMethod(System.Reflection.MethodInfo, object, params object[])Invoke a method, converting any TargetInvocationException to an NUnitException. | |