// Assembly: mscorlib
// Full name: System.Reflection.MethodBase

namespace System.Reflection
{
public class MethodBase // TypeDefIndex: 4536
{

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public abstract type#13323 GetParameters() { }
	// RVA: -1
	public abstract type#22671 get_Attributes() { }
	// RVA: -1
	public abstract type#22689 GetMethodImplementationFlags() { }
	// RVA: -1
	public virtual type#15686 get_CallingConvention() { }
	// RVA: -1
	public virtual type#15313 get_IsAbstract() { }
	// RVA: -1
	public virtual type#15313 get_IsConstructor() { }
	// RVA: -1
	public virtual type#15313 get_IsSpecialName() { }
	// RVA: -1
	public virtual type#15313 get_IsStatic() { }
	// RVA: -1
	public virtual type#15313 get_IsVirtual() { }
	// RVA: -1
	public virtual type#15313 get_IsPublic() { }
	// RVA: -1
	public virtual type#15313 get_IsGenericMethod() { }
	// RVA: -1
	public virtual type#15313 get_IsGenericMethodDefinition() { }
	// RVA: -1
	public virtual type#13534 GetGenericArguments() { }
	// RVA: -1
	public virtual type#15313 get_ContainsGenericParameters() { }
	// RVA: -1
	public virtual type#23705 Invoke(type#23705 obj, type#13299 parameters) { }
	// RVA: -1
	public abstract type#23705 Invoke(type#23705 obj, type#15231 invokeAttr, type#15222 binder, type#13299 parameters, type#16623 culture) { }
	// RVA: -1
	public abstract type#25482 get_MethodHandle() { }
	// RVA: -1
	public virtual type#15313 get_IsSecurityCritical() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public static type#15313 op_Equality(type#22674 left, type#22674 right) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#22674 left, type#22674 right) { }
	// RVA: -1
	internal virtual type#13323 GetParametersInternal() { }
	// RVA: -1
	internal virtual type#20867 GetParametersCount() { }
	// RVA: -1
	internal virtual type#26576 FormatNameAndSig(type#15313 serialization) { }
	// RVA: -1
	internal virtual type#13534 GetParameterTypes() { }
	// RVA: -1
	internal virtual type#13323 GetParametersNoCopy() { }
	// RVA: -1
	public static type#22674 GetMethodFromHandle(type#25482 handle) { }
	// RVA: -1
	internal static type#26576 ConstructParameters(type#13534 parameterTypes, type#15686 callingConvention, type#15313 serialization) { }
}
}
