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
ICustomMarshaler.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
4
namespace
System.Runtime.InteropServices
5
{
6
[global::Cpp2ILInjected.Token(Token =
"0x2000436"
)]
7
public
interface
ICustomMarshaler
8
{
9
[global::Cpp2ILInjected.Token(Token =
"0x6002161"
)]
10
object
MarshalNativeToManaged
(global::System.
IntPtr
pNativeData
);
11
12
[global::Cpp2ILInjected.Token(Token =
"0x6002162"
)]
13
global::System.IntPtr
MarshalManagedToNative
(
object
ManagedObj
);
14
15
[global::Cpp2ILInjected.Token(Token =
"0x6002163"
)]
16
void
CleanUpNativeData
(global::System.
IntPtr
pNativeData
);
17
18
[global::Cpp2ILInjected.Token(Token =
"0x6002164"
)]
19
void
CleanUpManagedData
(
object
ManagedObj
);
20
21
[global::Cpp2ILInjected.Token(Token =
"0x6002165"
)]
22
int
GetNativeDataSize
();
23
}
24
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
System.Runtime.InteropServices.ICustomMarshaler.MarshalManagedToNative
global::System.IntPtr MarshalManagedToNative(object ManagedObj)
System.Runtime.InteropServices.ICustomMarshaler.CleanUpManagedData
void CleanUpManagedData(object ManagedObj)
System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged
object MarshalNativeToManaged(global::System.IntPtr pNativeData)
System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData
void CleanUpNativeData(global::System.IntPtr pNativeData)
System.Runtime.InteropServices.ICustomMarshaler.GetNativeDataSize
int GetNativeDataSize()
System.Runtime.InteropServices.ICustomMarshaler
Definition
ICustomMarshaler.cs:8
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:5
System
Definition
__Il2CppComDelegate.cs:6
System.IntPtr
Definition
IntPtr.cs:33
source
mscorlib
System
Runtime
InteropServices
ICustomMarshaler.cs
Generated by
1.10.0