terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Reflection.EventInfo Class Referenceabstract
+ Inheritance diagram for System.Reflection.EventInfo:
+ Collaboration diagram for System.Reflection.EventInfo:

Public Member Functions

MethodInfo GetAddMethod ()
 
MethodInfo GetRemoveMethod ()
 
MethodInfo GetAddMethod (bool nonPublic)
 
MethodInfo GetRemoveMethod (bool nonPublic)
 
MethodInfo GetRaiseMethod (bool nonPublic)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
bool IsDefined (global::System.Type attributeType, bool inherit)
 
object[] GetCustomAttributes (bool inherit)
 
object[] GetCustomAttributes (global::System.Type attributeType, bool inherit)
 

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)
 

Protected Member Functions

 EventInfo ()
 

Static Package Functions

static EventInfo GetEventFromHandle (global::Mono.RuntimeEventHandle handle, global::System.RuntimeTypeHandle reflectedType)
 

Properties

override MemberTypes MemberType [get, set]
 
virtual global::System.Type EventHandlerType [get, set]
 
string Name [get]
 
global::System.Type DeclaringType [get]
 
global::System.Type ReflectedType [get]
 
virtual Module Module [get, set]
 
virtual int MetadataToken [get, set]
 

Private Member Functions

static EventInfo internal_from_handle_type (global::System.IntPtr event_handle, global::System.IntPtr type_handle)
 
delegate void AddEventAdapter (object _this, global::System.Delegate dele)
 

Private Attributes

EventInfo.AddEventAdapter cached_add_event
 

Detailed Description

Definition at line 12 of file EventInfo.cs.


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