Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.EventInfo Class Referenceabstract

Public Member Functions

MethodInfo[] GetOtherMethods ()
 
virtual MethodInfo[] GetOtherMethods (bool nonPublic)
 
MethodInfoGetAddMethod ()
 
MethodInfoGetRemoveMethod ()
 
MethodInfoGetRaiseMethod ()
 
MethodInfoGetAddMethod (bool nonPublic)
 
MethodInfoGetRemoveMethod (bool nonPublic)
 
MethodInfoGetRaiseMethod (bool nonPublic)
 
virtual void AddEventHandler (object? target, Delegate? handler)
 
virtual void RemoveEventHandler (object? target, Delegate? handler)
 
override bool Equals (object? obj)
 
override int GetHashCode ()
 
virtual bool HasSameMetadataDefinitionAs (MemberInfo other)
 
bool IsDefined (Type attributeType, bool inherit)
 
object[] GetCustomAttributes (bool inherit)
 
object[] GetCustomAttributes (Type attributeType, bool inherit)
 
virtual IList< CustomAttributeDataGetCustomAttributesData ()
 

Static Public Member Functions

static bool operator== (EventInfo? left, EventInfo? right)
 
static bool operator!= (EventInfo? left, EventInfo? right)
 
static bool operator== (MemberInfo? left, MemberInfo? right)
 
static bool operator!= (MemberInfo? left, MemberInfo? right)
 

Package Functions

virtual bool CacheEquals (object o)
 
bool HasSameMetadataDefinitionAsCore< TOther > (MemberInfo other)
 

Properties

override MemberTypes MemberType [get]
 
EventAttributes Attributes [get]
 
bool IsSpecialName [get]
 
virtual ? MethodInfo AddMethod [get]
 
virtual ? MethodInfo RemoveMethod [get]
 
virtual ? MethodInfo RaiseMethod [get]
 
virtual bool IsMulticast [get]
 
virtual ? Type EventHandlerType [get]
 
string Name [get]
 
TypeDeclaringType [get]
 
TypeReflectedType [get]
 
virtual Module Module [get]
 
virtual IEnumerable< CustomAttributeDataCustomAttributes [get]
 
virtual bool IsCollectible [get]
 
virtual int MetadataToken [get]
 

Detailed Description

Definition at line 6 of file EventInfo.cs.


The documentation for this class was generated from the following file: