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
PropertyChangingEventHandler.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
using
Newtonsoft.Json.Shims
;
4
5
namespace
System.ComponentModel
6
{
7
// Token: 0x0200000A RID: 10
8
[
Preserve
]
9
public
sealed
class
PropertyChangingEventHandler
:
MulticastDelegate
10
{
11
// Token: 0x06000029 RID: 41 RVA: 0x0000244C File Offset: 0x0000064C
12
public
PropertyChangingEventHandler
(
object
@
object
,
IntPtr
method
)
13
{
14
this.method_ptr
=
method
;
15
this.m_target
= @object;
16
this.method
=
method
;
17
this.method_code
=
this
;
18
}
19
20
// Token: 0x0600002A RID: 42 RVA: 0x000024AC File Offset: 0x000006AC
21
public
void
Invoke
(
object
sender
,
PropertyChangingEventArgs
e)
22
{
23
IntPtr
method_code
= this.
method_code
;
24
IntPtr
invoke_impl
= this.
invoke_impl
;
25
IntPtr
method
= this.
method
;
26
}
27
28
// Token: 0x0600002B RID: 43 RVA: 0x0000212A File Offset: 0x0000032A
29
public
IAsyncResult
BeginInvoke
(
object
sender
,
PropertyChangingEventArgs
e,
AsyncCallback
callback,
object
@
object
)
30
{
31
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
32
}
33
34
// Token: 0x0600002C RID: 44 RVA: 0x000024D0 File Offset: 0x000006D0
35
public
void
EndInvoke
(
IAsyncResult
result)
36
{
37
}
38
}
39
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.AsyncCallback
Definition
AsyncCallback.cs:9
System.ComponentModel.PropertyChangingEventArgs
Definition
PropertyChangingEventArgs.cs:10
System.ComponentModel.PropertyChangingEventHandler.Invoke
void Invoke(object sender, PropertyChangingEventArgs e)
Definition
PropertyChangingEventHandler.cs:21
System.ComponentModel.PropertyChangingEventHandler.EndInvoke
void EndInvoke(IAsyncResult result)
Definition
PropertyChangingEventHandler.cs:35
System.ComponentModel.PropertyChangingEventHandler.PropertyChangingEventHandler
PropertyChangingEventHandler(object @object, IntPtr method)
Definition
PropertyChangingEventHandler.cs:12
System.ComponentModel.PropertyChangingEventHandler.BeginInvoke
IAsyncResult BeginInvoke(object sender, PropertyChangingEventArgs e, AsyncCallback callback, object @object)
Definition
PropertyChangingEventHandler.cs:29
System.ComponentModel.PropertyChangingEventHandler
Definition
PropertyChangingEventHandler.cs:10
System.Delegate.method_code
IntPtr method_code
Definition
Delegate.cs:386
System.Delegate.method
IntPtr method
Definition
Delegate.cs:377
System.Delegate.invoke_impl
IntPtr invoke_impl
Definition
Delegate.cs:371
System.MulticastDelegate
Definition
MulticastDelegate.cs:13
System.IAsyncResult
Definition
IAsyncResult.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
Newtonsoft.Json
System
ComponentModel
PropertyChangingEventHandler.cs
Generated by
1.10.0