Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
MethodInfo[] | GetOtherMethods () |
virtual MethodInfo[] | GetOtherMethods (bool nonPublic) |
MethodInfo? | GetAddMethod () |
MethodInfo? | GetRemoveMethod () |
MethodInfo? | GetRaiseMethod () |
MethodInfo? | GetAddMethod (bool nonPublic) |
MethodInfo? | GetRemoveMethod (bool nonPublic) |
MethodInfo? | GetRaiseMethod (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< CustomAttributeData > | GetCustomAttributesData () |
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] |
Type? | DeclaringType [get] |
Type? | ReflectedType [get] |
virtual Module | Module [get] |
virtual IEnumerable< CustomAttributeData > | CustomAttributes [get] |
virtual bool | IsCollectible [get] |
virtual int | MetadataToken [get] |
Definition at line 6 of file EventInfo.cs.