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
Predicate.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System
5
{
6
// Token: 0x02000080 RID: 128
7
public
sealed
class
Predicate
<
in
T> :
MulticastDelegate
8
{
9
// Token: 0x060003B1 RID: 945 RVA: 0x0000BB68 File Offset: 0x00009D68
10
public
Predicate
(
object
@
object
,
IntPtr
method
)
11
{
12
}
13
14
// Token: 0x060003B2 RID: 946 RVA: 0x0000207A File Offset: 0x0000027A
15
public
bool
Invoke
(T
obj
)
16
{
17
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
18
}
19
}
20
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Delegate.method
IntPtr method
Definition
Delegate.cs:377
System.MulticastDelegate
Definition
MulticastDelegate.cs:13
System.Predicate.Predicate
Predicate(object @object, IntPtr method)
Definition
Predicate.cs:10
System.Predicate.Invoke
bool Invoke(T obj)
Definition
Predicate.cs:15
System.Predicate
Definition
Predicate.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.ExceptionArgument.obj
@ obj
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
System
Predicate.cs
Generated by
1.10.0