terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Public Member Functions | |
static bool | MatchesParameterTypeExactly (this Type pattern, ParameterInfo parameter) |
Static Package Functions | |
static bool | MatchesExactly (this SignatureType pattern, Type actual) |
static Type | TryResolveAgainstGenericMethod (this SignatureType signatureType, MethodInfo genericMethod) |
Static Private Member Functions | |
static Type | TryResolve (this SignatureType signatureType, Type[] genericMethodParameters) |
static Type | TryMakeArrayType (this Type type) |
static Type | TryMakeArrayType (this Type type, int rank) |
static Type | TryMakeByRefType (this Type type) |
static Type | TryMakePointerType (this Type type) |
static Type | TryMakeGenericType (this Type type, Type[] instantiation) |
Definition at line 6 of file SignatureTypeExtensions.cs.