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
4
namespace
System.ComponentModel
5
{
6
// Token: 0x020003D3 RID: 979
7
public
sealed
class
PropertyChangingEventHandler :
MulticastDelegate
8
{
9
// Token: 0x060019D6 RID: 6614 RVA: 0x00047B04 File Offset: 0x00045D04
10
public
PropertyChangingEventHandler
(
object
@
object
,
IntPtr
method
)
11
{
12
this.method_ptr
=
method
;
13
this.m_target
= @object;
14
this.method
=
method
;
15
this.method_code
=
this
;
16
}
17
18
// Token: 0x060019D7 RID: 6615 RVA: 0x00047B64 File Offset: 0x00045D64
19
public
void
Invoke
(
object
sender
,
PropertyChangingEventArgs
e)
20
{
21
IntPtr
method_code
= this.
method_code
;
22
IntPtr
invoke_impl
= this.
invoke_impl
;
23
IntPtr
method
= this.
method
;
24
}
25
26
// Token: 0x060019D8 RID: 6616 RVA: 0x00002050 File Offset: 0x00000250
27
public
IAsyncResult
BeginInvoke
(
object
sender
,
PropertyChangingEventArgs
e,
AsyncCallback
callback,
object
@
object
)
28
{
29
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
30
}
31
32
// Token: 0x060019D9 RID: 6617 RVA: 0x00047B88 File Offset: 0x00045D88
33
public
void
EndInvoke
(
IAsyncResult
result)
34
{
35
}
36
}
37
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
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:19
System.ComponentModel.PropertyChangingEventHandler.EndInvoke
void EndInvoke(IAsyncResult result)
Definition
PropertyChangingEventHandler.cs:33
System.ComponentModel.PropertyChangingEventHandler.PropertyChangingEventHandler
PropertyChangingEventHandler(object @object, IntPtr method)
Definition
PropertyChangingEventHandler.cs:10
System.ComponentModel.PropertyChangingEventHandler.BeginInvoke
IAsyncResult BeginInvoke(object sender, PropertyChangingEventArgs e, AsyncCallback callback, object @object)
Definition
PropertyChangingEventHandler.cs:27
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
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
System
ComponentModel
PropertyChangingEventHandler.cs
Generated by
1.10.0