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
InstanceCreationEditor.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.ComponentModel
4
{
5
// Token: 0x0200038C RID: 908
6
public
abstract
class
InstanceCreationEditor
7
{
8
// Token: 0x17000568 RID: 1384
9
// (get) Token: 0x060017AE RID: 6062 RVA: 0x0004369C File Offset: 0x0004189C
10
public
virtual
string
Text
11
{
12
get
13
{
14
return
"(New...)"
;
15
}
16
}
17
18
// Token: 0x060017AF RID: 6063
19
public
abstract
object
CreateInstance
(
ITypeDescriptorContext
context,
Type
instanceType
);
20
21
// Token: 0x060017B0 RID: 6064 RVA: 0x000436B0 File Offset: 0x000418B0
22
protected
InstanceCreationEditor
()
23
{
24
}
25
}
26
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ComponentModel.InstanceCreationEditor.CreateInstance
object CreateInstance(ITypeDescriptorContext context, Type instanceType)
System.ComponentModel.InstanceCreationEditor.InstanceCreationEditor
InstanceCreationEditor()
Definition
InstanceCreationEditor.cs:22
System.ComponentModel.InstanceCreationEditor
Definition
InstanceCreationEditor.cs:7
System.Type
Definition
Type.cs:12
System.ComponentModel.ITypeDescriptorContext
Definition
ITypeDescriptorContext.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System
Definition
__ComObject.cs:4
source
System
ComponentModel
InstanceCreationEditor.cs
Generated by
1.10.0