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
ComponentConverter.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.ComponentModel
4
{
5
// Token: 0x020003DB RID: 987
6
public
class
ComponentConverter
:
ReferenceConverter
7
{
8
// Token: 0x06001A13 RID: 6675 RVA: 0x0004813C File Offset: 0x0004633C
9
public
ComponentConverter
(
Type
type)
10
{
11
if
(!
true
)
12
{
13
}
14
base
..ctor(type);
15
}
16
17
// Token: 0x06001A14 RID: 6676 RVA: 0x00048154 File Offset: 0x00046354
18
public
override
PropertyDescriptorCollection
GetProperties
(
ITypeDescriptorContext
context,
object
value
,
Attribute
[] attributes)
19
{
20
if
(!
true
)
21
{
22
}
23
return
TypeDescriptor
.
GetProperties
(
value
, attributes);
24
}
25
26
// Token: 0x06001A15 RID: 6677 RVA: 0x0004816C File Offset: 0x0004636C
27
public
override
bool
GetPropertiesSupported
(
ITypeDescriptorContext
context)
28
{
29
return
true
;
30
}
31
}
32
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.ComponentConverter.GetProperties
override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Definition
ComponentConverter.cs:18
System.ComponentModel.ComponentConverter.GetPropertiesSupported
override bool GetPropertiesSupported(ITypeDescriptorContext context)
Definition
ComponentConverter.cs:27
System.ComponentModel.ComponentConverter.ComponentConverter
ComponentConverter(Type type)
Definition
ComponentConverter.cs:9
System.ComponentModel.ComponentConverter
Definition
ComponentConverter.cs:7
System.ComponentModel.PropertyDescriptorCollection
Definition
PropertyDescriptorCollection.cs:11
System.ComponentModel.ReferenceConverter
Definition
ReferenceConverter.cs:9
System.ComponentModel.TypeDescriptor.GetProperties
static PropertyDescriptorCollection GetProperties(Type componentType)
Definition
TypeDescriptor.cs:1113
System.ComponentModel.TypeDescriptor
Definition
TypeDescriptor.cs:15
System.Type
Definition
Type.cs:12
System.ComponentModel.ITypeDescriptorContext
Definition
ITypeDescriptorContext.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System
ComponentModel
ComponentConverter.cs
Generated by
1.10.0