NUnit.Framework.Interfaces.IMethodInfo public interface IMethodInfo : IReflectionInfo Documentation Code bool ContainsGenericParameters { get; } bool IsAbstract { get; } bool IsGenericMethod { get; } bool IsGenericMethodDefinition { get; } bool IsPublic { get; } bool IsStatic { get; } MethodInfo MethodInfo { get; } string Name { get; } ITypeInfo ReturnType { get; } ITypeInfo TypeInfo { get; } Type[] GetGenericArguments() IParameterInfo[] GetParameters() object Invoke(object fixture, object[] args) IMethodInfo MakeGenericMethod(Type[] typeArguments)