MethodWrapper
The MethodWrapper class wraps a MethodInfo so that it may
be used in a platform-independent manner.
Gets a value indicating whether the method contains unassigned generic type parameters.
Gets a value indicating whether the method is abstract.
Gets a value indicating whether the method is a generic method.
Gets a value indicating whether the MethodInfo represents the definition of a generic method.
Gets a value indicating whether the method is public.
Gets the MethodInfo for this method.
Gets the name of the method.
Gets the return Type of the method.
Gets the Type from which this method was reflected.
Construct a MethodWrapper for a Type and a MethodInfo.
Construct a MethodInfo for a given Type and method name.
Returns an array of custom attributes of the specified type applied to this method
Returns the Type arguments of a generic method or the Type parameters of a generic method definition.
Gets the parameters of the method.
Invokes the method, converting any TargetInvocationException to an NUnitException.
Gets a value indicating whether one or more attributes of the specified type are defined on the method.
Replaces the type parameters of the method with the array of types provided and returns a new IMethodInfo.