.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. System.Reflection
  3. EventInfo
  4. GetType()
  • EventInfo
    • EventInfo()
    • AddMethod
    • Attributes
    • EventHandlerType
    • IsMulticast
    • IsSpecialName
    • MemberType
    • RaiseMethod
    • RemoveMethod
    • AddEventHandler(Object, Delegate)
    • Equals(Object)
    • GetAddMethod()
    • GetAddMethod(Boolean)
    • GetHashCode()
    • GetOtherMethods()
    • GetOtherMethods(Boolean)
    • GetRaiseMethod()
    • GetRaiseMethod(Boolean)
    • GetRemoveMethod()
    • GetRemoveMethod(Boolean)
    • GetType()
    • RemoveEventHandler(Object, Delegate)
    • operator !=(EventInfo, EventInfo)
    • operator ==(EventInfo, EventInfo)
    • GetAddMethod(EventInfo)
    • GetAddMethod(EventInfo, Boolean)
    • GetRaiseMethod(EventInfo)
    • GetRaiseMethod(EventInfo, Boolean)
    • GetRemoveMethod(EventInfo)
    • GetRemoveMethod(EventInfo, Boolean)
net11
namespace System.Reflection
{
    [ClassInterface(ClassInterfaceType.None)]
    public abstract class EventInfo : MemberInfo, _EventInfo
    {
        public Type GetType();
    }
}
.NET Framework 1.1
Information specific to net11
Assembly

mscorlib , Version=1.0.5000.0, PublicKeyToken=b77a5c561934e089

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙