terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Reflection.EventInfo Class Referenceabstract
+ Inheritance diagram for System.Reflection.EventInfo:

Classes

class  AddEventAdapter
 

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 (Type attributeType, bool inherit)
 
object[] GetCustomAttributes (bool inherit)
 
object[] GetCustomAttributes (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 (RuntimeEventHandle handle, RuntimeTypeHandle reflectedType)
 

Properties

override MemberTypes MemberType [get]
 
virtual Type EventHandlerType [get]
 
string Name [get]
 
Type DeclaringType [get]
 
Type ReflectedType [get]
 
virtual Module Module [get]
 
virtual int MetadataToken [get]
 

Static Private Member Functions

static EventInfo internal_from_handle_type (IntPtr event_handle, IntPtr type_handle)
 

Private Attributes

EventInfo.AddEventAdapter cached_add_event
 

Detailed Description

Definition at line 9 of file EventInfo.cs.


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