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

namespace System.Reflection
{
public class EventInfo // TypeDefIndex: 4523
{
	// Fields
	type#31177 cached_add_event;

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public virtual type#22555 get_MemberType() { }
	// RVA: -1
	public abstract type#22692 GetAddMethod(type#15313 nonPublic) { }
	// RVA: -1
	public abstract type#22692 GetRemoveMethod(type#15313 nonPublic) { }
	// RVA: -1
	public abstract type#22692 GetRaiseMethod(type#15313 nonPublic) { }
	// RVA: -1
	public virtual type#27705 get_EventHandlerType() { }
	// 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#18022 left, type#18022 right) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#18022 left, type#18022 right) { }
	// RVA: -1
	private static type#18022 internal_from_handle_type(type#20925 event_handle, type#20925 type_handle) { }
	// RVA: -1
	internal static type#18022 GetEventFromHandle(type#25464 handle, type#25506 reflectedType) { }
}
}
