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
MarshalUtility.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl
4
{
5
// Token: 0x02000062 RID: 98
6
public
static
class
MarshalUtility
7
{
8
// Token: 0x06000466 RID: 1126 RVA: 0x0000F308 File Offset: 0x0000D508
9
public
static
void
Copy
(
IntPtr
source
, uint[]
destination
,
int
length
)
10
{
11
if
(!
true
)
12
{
13
}
14
if
(!
true
)
15
{
16
}
17
}
18
19
// Token: 0x06000467 RID: 1127 RVA: 0x0000F31C File Offset: 0x0000D51C
20
// Note: this type is marked as 'beforefieldinit'.
21
static
MarshalUtility
()
22
{
23
}
24
25
// Token: 0x040003E0 RID: 992
26
private
static
int
[]
buffer
;
27
}
28
}
InControl.MarshalUtility.buffer
static int[] buffer
Definition
MarshalUtility.cs:26
InControl.MarshalUtility.Copy
static void Copy(IntPtr source, uint[] destination, int length)
Definition
MarshalUtility.cs:9
InControl.MarshalUtility.MarshalUtility
static MarshalUtility()
Definition
MarshalUtility.cs:21
InControl.MarshalUtility
Definition
MarshalUtility.cs:7
InControl
Definition
BindingListenOptions.cs:4
System.ExceptionArgument.length
@ length
System.ExceptionArgument.source
@ source
System.ExceptionArgument.destination
@ destination
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
InControl
MarshalUtility.cs
Generated by
1.10.0