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