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
ITypeDescriptorContext.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.ComponentModel
4
{
5
// Token: 0x02000389 RID: 905
6
public
interface
ITypeDescriptorContext
:
IServiceProvider
7
{
8
// Token: 0x17000564 RID: 1380
9
// (get) Token: 0x060017A2 RID: 6050
10
IContainer
Container
{
get
; }
11
12
// Token: 0x17000565 RID: 1381
13
// (get) Token: 0x060017A3 RID: 6051
14
object
Instance
{
get
; }
15
16
// Token: 0x17000566 RID: 1382
17
// (get) Token: 0x060017A4 RID: 6052
18
PropertyDescriptor
PropertyDescriptor
{
get
; }
19
20
// Token: 0x060017A5 RID: 6053
21
bool
OnComponentChanging
();
22
23
// Token: 0x060017A6 RID: 6054
24
void
OnComponentChanged
();
25
}
26
}
System.ComponentModel.Container
Definition
Container.cs:9
System.ComponentModel.PropertyDescriptor
Definition
PropertyDescriptor.cs:9
System.ComponentModel.IContainer
Definition
IContainer.cs:7
System.ComponentModel.ITypeDescriptorContext.OnComponentChanged
void OnComponentChanged()
System.ComponentModel.ITypeDescriptorContext.Instance
object Instance
Definition
ITypeDescriptorContext.cs:14
System.ComponentModel.ITypeDescriptorContext.OnComponentChanging
bool OnComponentChanging()
System.ComponentModel.ITypeDescriptorContext
Definition
ITypeDescriptorContext.cs:7
System.IServiceProvider
Definition
IServiceProvider.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System
Definition
__ComObject.cs:4
source
System
ComponentModel
ITypeDescriptorContext.cs
Generated by
1.10.0