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
ISupportInitializeNotification.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.ComponentModel
4
{
5
// Token: 0x02000388 RID: 904
6
public
interface
ISupportInitializeNotification
:
ISupportInitialize
7
{
8
// Token: 0x17000563 RID: 1379
9
// (get) Token: 0x0600179F RID: 6047
10
bool
IsInitialized
{
get
; }
11
12
// Token: 0x14000014 RID: 20
13
// (add) Token: 0x060017A0 RID: 6048
14
// (remove) Token: 0x060017A1 RID: 6049
15
event
EventHandler
Initialized
;
16
}
17
}
System.EventHandler
Definition
EventHandler.2.cs:7
System.ComponentModel.ISupportInitializeNotification.IsInitialized
bool IsInitialized
Definition
ISupportInitializeNotification.cs:10
System.ComponentModel.ISupportInitializeNotification.Initialized
EventHandler Initialized
Definition
ISupportInitializeNotification.cs:15
System.ComponentModel.ISupportInitializeNotification
Definition
ISupportInitializeNotification.cs:7
System.ComponentModel.ISupportInitialize
Definition
ISupportInitialize.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System
Definition
__ComObject.cs:4
source
System
ComponentModel
ISupportInitializeNotification.cs
Generated by
1.10.0