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
TypeNameParser.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Reflection
;
3
using
System.Threading
;
4
using
Cpp2ILInjected
;
5
using
Cpp2ILInjected.CallAnalysis
;
6
7
namespace
System
8
{
9
[global::Cpp2ILInjected.Token(Token =
"0x2000168"
)]
10
internal
sealed
class
TypeNameParser
11
{
12
[global::Cpp2ILInjected.Token(Token =
"0x6000E90"
)]
13
[global::Cpp2ILInjected.Address(RVA =
"0x1C79CEC"
, Offset =
"0x1C79CEC"
, Length =
"0x50"
)]
14
[global::Cpp2ILInjected.CallAnalysis.CalledBy(
Type
=
typeof
(global::System.
Type
), Member =
"GetType"
, MemberParameters =
new
object
[]
15
{
16
typeof
(
string
),
17
typeof
(global::System.
Func<global::System.Reflection.AssemblyName, global::System.Reflection.Assembly>
),
18
typeof
(global::System.
Func<global::System.Reflection.Assembly, string, bool, global::System.Type>
),
19
typeof
(
bool
)
20
}, ReturnType =
typeof
(global::System.
Type
))]
21
[global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
22
[global::Cpp2ILInjected.CallAnalysis.Calls(
Type
=
typeof
(global::System.
TypeSpec
), Member =
"Parse"
, MemberParameters =
new
object
[] {
typeof
(
string
) }, ReturnType =
typeof
(global::System.
TypeSpec
))]
23
[global::Cpp2ILInjected.CallAnalysis.Calls(
Type
=
typeof
(global::System.
TypeSpec
), Member =
"Resolve"
, MemberParameters =
new
object
[]
24
{
25
typeof
(global::System.
Func<global::System.Reflection.AssemblyName, global::System.Reflection.Assembly>
),
26
typeof
(global::System.
Func<global::System.Reflection.Assembly, string, bool, global::System.Type>
),
27
typeof
(
bool
),
28
typeof
(
bool
),
29
typeof
(
ref
global::System.Threading.StackCrawlMark)
30
}, ReturnType =
typeof
(global::System.
Type
))]
31
internal
static
global::System.
Type
GetType
(
string
typeName, global::System.
Func<global::System.Reflection.AssemblyName, global::System.Reflection.Assembly>
assemblyResolver
, global::System.
Func<global::System.Reflection.Assembly, string, bool, global::System.Type>
typeResolver
,
bool
throwOnError
,
bool
ignoreCase
,
ref
global::System.Threading.StackCrawlMark
stackMark
)
32
{
33
throw
null
;
34
}
35
}
36
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
System.TypeNameParser.GetType
static global::System.Type GetType(string typeName, global::System.Func< global::System.Reflection.AssemblyName, global::System.Reflection.Assembly > assemblyResolver, global::System.Func< global::System.Reflection.Assembly, string, bool, global::System.Type > typeResolver, bool throwOnError, bool ignoreCase, ref global::System.Threading.StackCrawlMark stackMark)
Definition
TypeNameParser.cs:31
System.TypeNameParser
Definition
TypeNameParser.cs:11
System.TypeSpec
Definition
TypeSpec.cs:14
System.Type
Definition
Type.cs:43
Cpp2ILInjected.CallAnalysis
Definition
CallAnalysisNotSupportedAttribute.cs:4
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Reflection
Definition
AmbiguousMatchException.cs:8
System.Threading
Definition
_ThreadPoolWaitCallback.cs:6
System
Definition
__Il2CppComDelegate.cs:6
source
mscorlib
System
TypeNameParser.cs
Generated by
1.10.0