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
ICustomMarshaler.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.InteropServices
4
{
5
// Token: 0x02000436 RID: 1078
6
public
interface
ICustomMarshaler
7
{
8
// Token: 0x06002161 RID: 8545
9
object
MarshalNativeToManaged
(
IntPtr
pNativeData
);
10
11
// Token: 0x06002162 RID: 8546
12
IntPtr
MarshalManagedToNative
(
object
ManagedObj
);
13
14
// Token: 0x06002163 RID: 8547
15
void
CleanUpNativeData
(
IntPtr
pNativeData
);
16
17
// Token: 0x06002164 RID: 8548
18
void
CleanUpManagedData
(
object
ManagedObj
);
19
20
// Token: 0x06002165 RID: 8549
21
int
GetNativeDataSize
();
22
}
23
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged
object MarshalNativeToManaged(IntPtr pNativeData)
System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData
void CleanUpNativeData(IntPtr pNativeData)
System.Runtime.InteropServices.ICustomMarshaler.CleanUpManagedData
void CleanUpManagedData(object ManagedObj)
System.Runtime.InteropServices.ICustomMarshaler.MarshalManagedToNative
IntPtr MarshalManagedToNative(object ManagedObj)
System.Runtime.InteropServices.ICustomMarshaler.GetNativeDataSize
int GetNativeDataSize()
System.Runtime.InteropServices.ICustomMarshaler
Definition
ICustomMarshaler.cs:7
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
System
Runtime
InteropServices
ICustomMarshaler.cs
Generated by
1.10.0