terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
IComNativeDescriptorHandler.cs
Go to the documentation of this file.
1using System;
3
5{
6 [Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202")]
7 [global::Cpp2ILInjected.Token(Token = "0x200037F")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600177D")]
12
13 [global::Cpp2ILInjected.Token(Token = "0x600177E")]
14 string GetClassName(object component);
15
16 [global::Cpp2ILInjected.Token(Token = "0x600177F")]
17 TypeConverter GetConverter(object component);
18
19 [global::Cpp2ILInjected.Token(Token = "0x6001780")]
21
22 [global::Cpp2ILInjected.Token(Token = "0x6001781")]
24
25 [global::Cpp2ILInjected.Token(Token = "0x6001782")]
26 object GetEditor(object component, Type baseEditorType);
27
28 [global::Cpp2ILInjected.Token(Token = "0x6001783")]
29 string GetName(object component);
30
31 [global::Cpp2ILInjected.Token(Token = "0x6001784")]
33
34 [global::Cpp2ILInjected.Token(Token = "0x6001785")]
35 EventDescriptorCollection GetEvents(object component, Attribute[] attributes);
36
37 [global::Cpp2ILInjected.Token(Token = "0x6001786")]
38 PropertyDescriptorCollection GetProperties(object component, Attribute[] attributes);
39
40 [global::Cpp2ILInjected.Token(Token = "0x6001787")]
41 object GetPropertyValue(object component, string propertyName, ref bool success);
42
43 [global::Cpp2ILInjected.Token(Token = "0x6001788")]
44 object GetPropertyValue(object component, int dispid, ref bool success);
45 }
46}
class f__AnonymousType0<< Count > j__TPar
object GetPropertyValue(object component, int dispid, ref bool success)
AttributeCollection GetAttributes(object component)
PropertyDescriptor GetDefaultProperty(object component)
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, ref bool success)