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
ArgInfo.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Reflection
;
3
4
namespace
System.Runtime.Remoting.Messaging
5
{
6
// Token: 0x02000399 RID: 921
7
internal
class
ArgInfo
8
{
9
// Token: 0x06001DA7 RID: 7591 RVA: 0x00040B5C File Offset: 0x0003ED5C
10
public
ArgInfo
(
MethodBase
method,
ArgInfoType
type)
11
{
12
this._method
= method;
13
int
[]
paramMap
= this.
_paramMap
;
14
}
15
16
// Token: 0x06001DA8 RID: 7592 RVA: 0x00040B90 File Offset: 0x0003ED90
17
public
object
[]
GetInOutArgs
(
object
[] args)
18
{
19
int
inoutArgCount
= this.
_inoutArgCount
;
20
int
inoutArgCount2
= this.
_inoutArgCount
;
21
int
[]
paramMap
= this.
_paramMap
;
22
int
inoutArgCount3
= this.
_inoutArgCount
;
23
throw
new
ArrayTypeMismatchException
();
24
}
25
26
// Token: 0x04000EF1 RID: 3825
27
private
int
[]
_paramMap
;
28
29
// Token: 0x04000EF2 RID: 3826
30
private
int
_inoutArgCount
;
31
32
// Token: 0x04000EF3 RID: 3827
33
private
MethodBase
_method
;
34
}
35
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
System.Reflection.MethodBase
Definition
MethodBase.cs:11
System.Runtime.Remoting.Messaging.ArgInfo._inoutArgCount
int _inoutArgCount
Definition
ArgInfo.cs:30
System.Runtime.Remoting.Messaging.ArgInfo._method
MethodBase _method
Definition
ArgInfo.cs:33
System.Runtime.Remoting.Messaging.ArgInfo.GetInOutArgs
object[] GetInOutArgs(object[] args)
Definition
ArgInfo.cs:17
System.Runtime.Remoting.Messaging.ArgInfo._paramMap
int[] _paramMap
Definition
ArgInfo.cs:27
System.Runtime.Remoting.Messaging.ArgInfo.ArgInfo
ArgInfo(MethodBase method, ArgInfoType type)
Definition
ArgInfo.cs:10
System.Runtime.Remoting.Messaging.ArgInfo
Definition
ArgInfo.cs:8
System.Reflection
Definition
AmbiguousMatchException.cs:5
System.Runtime.Remoting.Messaging.ArgInfoType
ArgInfoType
Definition
ArgInfoType.cs:7
System.Runtime.Remoting.Messaging
Definition
ArgInfo.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
Messaging
ArgInfo.cs
Generated by
1.10.0