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
IComponent.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.ComponentModel.Design.Serialization
;
3
using
System.Runtime.InteropServices
;
4
using
Cpp2ILInjected
;
5
6
namespace
System.ComponentModel
7
{
8
[
ComVisible
(
true
)]
9
[
TypeConverter
(
typeof
(
ComponentConverter
))]
10
[
RootDesignerSerializer
(
"System.ComponentModel.Design.Serialization.RootCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
,
"System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
,
true
)]
11
[global::Cpp2ILInjected.Token(Token =
"0x20003E3"
)]
12
public
interface
IComponent
:
IDisposable
13
{
14
[global::Cpp2ILInjected.Token(Token =
"0x1700060A"
)]
15
ISite
Site
16
{
17
[global::Cpp2ILInjected.Token(Token =
"0x6001A4E"
)]
18
get
;
19
[global::Cpp2ILInjected.Token(Token =
"0x6001A4F"
)]
20
set
;
21
}
22
23
[global::Cpp2ILInjected.Token(Token =
"0x1400001A"
)]
24
event
EventHandler
Disposed
;
25
}
26
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
System.ComponentModel.ComponentConverter
Definition
ComponentConverter.cs:9
System.ComponentModel.TypeConverter
Definition
TypeConverter.cs:15
System.ComponentModel.IComponent.Site
ISite Site
Definition
IComponent.cs:16
System.ComponentModel.IComponent.Disposed
EventHandler Disposed
Definition
IComponent.cs:24
System.ComponentModel.IComponent
Definition
IComponent.cs:13
System.ComponentModel.ISite
Definition
ISite.cs:8
System.IDisposable
Definition
IDisposable.cs:8
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.ComponentModel.Design.Serialization
Definition
InstanceDescriptor.cs:10
System.ComponentModel
Definition
AddingNewEventArgs.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:5
System
Definition
__Il2CppComDelegate.cs:6
source
System
ComponentModel
IComponent.cs
Generated by
1.10.0