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
IComNativeDescriptorHandler.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200037F RID: 895
6 [Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202")]
8 {
9 // Token: 0x0600177D RID: 6013
11
12 // Token: 0x0600177E RID: 6014
13 string GetClassName(object component);
14
15 // Token: 0x0600177F RID: 6015
16 TypeConverter GetConverter(object component);
17
18 // Token: 0x06001780 RID: 6016
20
21 // Token: 0x06001781 RID: 6017
23
24 // Token: 0x06001782 RID: 6018
25 object GetEditor(object component, Type baseEditorType);
26
27 // Token: 0x06001783 RID: 6019
28 string GetName(object component);
29
30 // Token: 0x06001784 RID: 6020
32
33 // Token: 0x06001785 RID: 6021
34 EventDescriptorCollection GetEvents(object component, Attribute[] attributes);
35
36 // Token: 0x06001786 RID: 6022
37 PropertyDescriptorCollection GetProperties(object component, Attribute[] attributes);
38
39 // Token: 0x06001787 RID: 6023
40 object GetPropertyValue(object component, string propertyName, bool success);
41
42 // Token: 0x06001788 RID: 6024
43 object GetPropertyValue(object component, int dispid, bool success);
44 }
45}
class f__AnonymousType0<< Count > j__TPar
AttributeCollection GetAttributes(object component)
PropertyDescriptor GetDefaultProperty(object component)
object GetPropertyValue(object component, int dispid, bool success)
TypeConverter GetConverter(object component)
PropertyDescriptorCollection GetProperties(object component, Attribute[] attributes)
EventDescriptor GetDefaultEvent(object component)
EventDescriptorCollection GetEvents(object component)
object GetEditor(object component, Type baseEditorType)
EventDescriptorCollection GetEvents(object component, Attribute[] attributes)
object GetPropertyValue(object component, string propertyName, bool success)