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
IMethodMessage.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Reflection
;
3
using
System.Runtime.InteropServices
;
4
5
namespace
System.Runtime.Remoting.Messaging
6
{
7
// Token: 0x020003AF RID: 943
8
[
ComVisible
(
true
)]
9
public
interface
IMethodMessage
:
IMessage
10
{
11
// Token: 0x170003B9 RID: 953
12
// (get) Token: 0x06001E12 RID: 7698
13
int
ArgCount
{
get
; }
14
15
// Token: 0x170003BA RID: 954
16
// (get) Token: 0x06001E13 RID: 7699
17
object
[]
Args
{
get
; }
18
19
// Token: 0x170003BB RID: 955
20
// (get) Token: 0x06001E14 RID: 7700
21
LogicalCallContext
LogicalCallContext
{
get
; }
22
23
// Token: 0x170003BC RID: 956
24
// (get) Token: 0x06001E15 RID: 7701
25
MethodBase
MethodBase
{
get
; }
26
27
// Token: 0x170003BD RID: 957
28
// (get) Token: 0x06001E16 RID: 7702
29
string
MethodName
{
get
; }
30
31
// Token: 0x170003BE RID: 958
32
// (get) Token: 0x06001E17 RID: 7703
33
object
MethodSignature
{
get
; }
34
35
// Token: 0x170003BF RID: 959
36
// (get) Token: 0x06001E18 RID: 7704
37
string
TypeName
{
get
; }
38
39
// Token: 0x170003C0 RID: 960
40
// (get) Token: 0x06001E19 RID: 7705
41
string
Uri
{
get
; }
42
43
// Token: 0x06001E1A RID: 7706
44
object
GetArg
(
int
argNum
);
45
}
46
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Reflection.MethodBase
Definition
MethodBase.cs:11
System.Runtime.Remoting.Messaging.LogicalCallContext
Definition
LogicalCallContext.cs:13
System.Uri
Definition
Uri.cs:15
System.Runtime.Remoting.Messaging.IMessage
Definition
IMessage.cs:10
System.Runtime.Remoting.Messaging.IMethodMessage.GetArg
object GetArg(int argNum)
System.Runtime.Remoting.Messaging.IMethodMessage.MethodName
string MethodName
Definition
IMethodMessage.cs:29
System.Runtime.Remoting.Messaging.IMethodMessage.ArgCount
int ArgCount
Definition
IMethodMessage.cs:13
System.Runtime.Remoting.Messaging.IMethodMessage.Args
object[] Args
Definition
IMethodMessage.cs:17
System.Runtime.Remoting.Messaging.IMethodMessage.MethodSignature
object MethodSignature
Definition
IMethodMessage.cs:33
System.Runtime.Remoting.Messaging.IMethodMessage
Definition
IMethodMessage.cs:10
System.TypeName
Definition
TypeName.cs:7
System.Reflection
Definition
AmbiguousMatchException.cs:5
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting.Messaging
Definition
ArgInfo.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
Messaging
IMethodMessage.cs
Generated by
1.10.0