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
EventDescriptor.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.ComponentModel
4
{
5
// Token: 0x02000373 RID: 883
6
public
abstract
class
EventDescriptor
:
MemberDescriptor
7
{
8
// Token: 0x06001708 RID: 5896 RVA: 0x00042BC4 File Offset: 0x00040DC4
9
protected
EventDescriptor
(
string
name
,
Attribute
[] attrs)
10
:
base
(
name
, attrs)
11
{
12
}
13
14
// Token: 0x06001709 RID: 5897 RVA: 0x00042BDC File Offset: 0x00040DDC
15
protected
EventDescriptor
(
MemberDescriptor
descr
)
16
:
base
(
descr
)
17
{
18
}
19
20
// Token: 0x0600170A RID: 5898 RVA: 0x00042BF0 File Offset: 0x00040DF0
21
protected
EventDescriptor
(
MemberDescriptor
descr
,
Attribute
[] attrs)
22
:
base
(
descr
, attrs)
23
{
24
}
25
26
// Token: 0x1700053A RID: 1338
27
// (get) Token: 0x0600170B RID: 5899
28
public
abstract
Type
ComponentType
{
get
; }
29
30
// Token: 0x1700053B RID: 1339
31
// (get) Token: 0x0600170C RID: 5900
32
public
abstract
Type
EventType
{
get
; }
33
34
// Token: 0x1700053C RID: 1340
35
// (get) Token: 0x0600170D RID: 5901
36
public
abstract
bool
IsMulticast
{
get
; }
37
38
// Token: 0x0600170E RID: 5902
39
public
abstract
void
AddEventHandler
(
object
component,
Delegate
value
);
40
41
// Token: 0x0600170F RID: 5903
42
public
abstract
void
RemoveEventHandler
(
object
component,
Delegate
value
);
43
}
44
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.EventDescriptor.RemoveEventHandler
void RemoveEventHandler(object component, Delegate value)
System.ComponentModel.EventDescriptor.AddEventHandler
void AddEventHandler(object component, Delegate value)
System.ComponentModel.EventDescriptor.EventDescriptor
EventDescriptor(string name, Attribute[] attrs)
Definition
EventDescriptor.cs:9
System.ComponentModel.EventDescriptor.EventType
Type EventType
Definition
EventDescriptor.cs:32
System.ComponentModel.EventDescriptor.IsMulticast
bool IsMulticast
Definition
EventDescriptor.cs:36
System.ComponentModel.EventDescriptor.EventDescriptor
EventDescriptor(MemberDescriptor descr, Attribute[] attrs)
Definition
EventDescriptor.cs:21
System.ComponentModel.EventDescriptor.EventDescriptor
EventDescriptor(MemberDescriptor descr)
Definition
EventDescriptor.cs:15
System.ComponentModel.EventDescriptor.ComponentType
Type ComponentType
Definition
EventDescriptor.cs:28
System.ComponentModel.EventDescriptor
Definition
EventDescriptor.cs:7
System.ComponentModel.MemberDescriptor.name
string name
Definition
MemberDescriptor.cs:342
System.ComponentModel.MemberDescriptor
Definition
MemberDescriptor.cs:13
System.Delegate
Definition
Delegate.cs:14
System.Type
Definition
Type.cs:12
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System
ComponentModel
EventDescriptor.cs
Generated by
1.10.0