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
ICustomTypeDescriptor.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.ComponentModel
4
{
5
// Token: 0x02000380 RID: 896
6
public
interface
ICustomTypeDescriptor
7
{
8
// Token: 0x06001789 RID: 6025
9
AttributeCollection
GetAttributes
();
10
11
// Token: 0x0600178A RID: 6026
12
string
GetClassName
();
13
14
// Token: 0x0600178B RID: 6027
15
string
GetComponentName
();
16
17
// Token: 0x0600178C RID: 6028
18
TypeConverter
GetConverter
();
19
20
// Token: 0x0600178D RID: 6029
21
EventDescriptor
GetDefaultEvent
();
22
23
// Token: 0x0600178E RID: 6030
24
PropertyDescriptor
GetDefaultProperty
();
25
26
// Token: 0x0600178F RID: 6031
27
object
GetEditor
(
Type
editorBaseType
);
28
29
// Token: 0x06001790 RID: 6032
30
EventDescriptorCollection
GetEvents
();
31
32
// Token: 0x06001791 RID: 6033
33
EventDescriptorCollection
GetEvents
(
Attribute
[] attributes);
34
35
// Token: 0x06001792 RID: 6034
36
PropertyDescriptorCollection
GetProperties
();
37
38
// Token: 0x06001793 RID: 6035
39
PropertyDescriptorCollection
GetProperties
(
Attribute
[] attributes);
40
41
// Token: 0x06001794 RID: 6036
42
object
GetPropertyOwner
(
PropertyDescriptor
pd
);
43
}
44
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.AttributeCollection
Definition
AttributeCollection.cs:9
System.ComponentModel.EventDescriptorCollection
Definition
EventDescriptorCollection.cs:10
System.ComponentModel.EventDescriptor
Definition
EventDescriptor.cs:7
System.ComponentModel.PropertyDescriptorCollection
Definition
PropertyDescriptorCollection.cs:11
System.ComponentModel.PropertyDescriptor
Definition
PropertyDescriptor.cs:9
System.ComponentModel.TypeConverter
Definition
TypeConverter.cs:12
System.Type
Definition
Type.cs:12
System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty
PropertyDescriptor GetDefaultProperty()
System.ComponentModel.ICustomTypeDescriptor.GetEditor
object GetEditor(Type editorBaseType)
System.ComponentModel.ICustomTypeDescriptor.GetClassName
string GetClassName()
System.ComponentModel.ICustomTypeDescriptor.GetComponentName
string GetComponentName()
System.ComponentModel.ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection GetProperties()
System.ComponentModel.ICustomTypeDescriptor.GetEvents
EventDescriptorCollection GetEvents(Attribute[] attributes)
System.ComponentModel.ICustomTypeDescriptor.GetEvents
EventDescriptorCollection GetEvents()
System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner
object GetPropertyOwner(PropertyDescriptor pd)
System.ComponentModel.ICustomTypeDescriptor.GetConverter
TypeConverter GetConverter()
System.ComponentModel.ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection GetProperties(Attribute[] attributes)
System.ComponentModel.ICustomTypeDescriptor.GetAttributes
AttributeCollection GetAttributes()
System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent
EventDescriptor GetDefaultEvent()
System.ComponentModel.ICustomTypeDescriptor
Definition
ICustomTypeDescriptor.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System
Definition
__ComObject.cs:4
source
System
ComponentModel
ICustomTypeDescriptor.cs
Generated by
1.10.0