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
ITrackingHandler.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Runtime.Remoting.Services
5
{
6
// Token: 0x02000357 RID: 855
7
[
ComVisible
(
true
)]
8
public
interface
ITrackingHandler
9
{
10
// Token: 0x06001C88 RID: 7304
11
void
DisconnectedObject
(
object
obj
);
12
13
// Token: 0x06001C89 RID: 7305
14
void
MarshaledObject
(
object
obj
,
ObjRef
or
);
15
16
// Token: 0x06001C8A RID: 7306
17
void
UnmarshaledObject
(
object
obj
,
ObjRef
or
);
18
}
19
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Runtime.Remoting.ObjRef
Definition
ObjRef.cs:13
System.Runtime.Remoting.Services.ITrackingHandler.MarshaledObject
void MarshaledObject(object obj, ObjRef or)
System.Runtime.Remoting.Services.ITrackingHandler.DisconnectedObject
void DisconnectedObject(object obj)
System.Runtime.Remoting.Services.ITrackingHandler.UnmarshaledObject
void UnmarshaledObject(object obj, ObjRef or)
System.Runtime.Remoting.Services.ITrackingHandler
Definition
ITrackingHandler.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting.Services
Definition
ITrackingHandler.cs:5
System.ExceptionArgument.obj
@ obj
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
Services
ITrackingHandler.cs
Generated by
1.10.0