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.RuntimeEventInfo Class Referencesealed
+ Inheritance diagram for System.Reflection.RuntimeEventInfo:
+ Collaboration diagram for System.Reflection.RuntimeEventInfo:

Public Member Functions

void GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
 
override MethodInfo GetAddMethod (bool nonPublic)
 
override MethodInfo GetRaiseMethod (bool nonPublic)
 
override MethodInfo GetRemoveMethod (bool nonPublic)
 
override string ToString ()
 
override bool IsDefined (global::System.Type attributeType, bool inherit)
 
override object[] GetCustomAttributes (bool inherit)
 
override object[] GetCustomAttributes (global::System.Type attributeType, bool inherit)
 
 RuntimeEventInfo ()
 
MethodInfo GetAddMethod ()
 
MethodInfo GetRemoveMethod ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

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

Package Functions

global::System.RuntimeType GetDeclaringTypeInternal ()
 
RuntimeModule GetRuntimeModule ()
 
BindingFlags GetBindingFlags ()
 
static int get_metadata_token (RuntimeEventInfo monoEvent)
 

Static Package Functions

static MonoEventInfo GetEventInfo (RuntimeEventInfo ev)
 
static EventInfo GetEventFromHandle (global::Mono.RuntimeEventHandle handle, global::System.RuntimeTypeHandle reflectedType)
 

Properties

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

Private Member Functions

static void get_event_info (RuntimeEventInfo ev, out MonoEventInfo info)
 
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

global::System.IntPtr klass
 
global::System.IntPtr handle
 
EventInfo.AddEventAdapter cached_add_event
 

Detailed Description

Definition at line 13 of file RuntimeEventInfo.cs.


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