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

◆ GetProxyType()

RuntimeType System.Runtime.Remoting.Proxies.TransparentProxy.GetProxyType ( )
inlinepackage

Definition at line 14 of file TransparentProxy.cs.

15 {
17 if (Type.GetTypeFromHandle(runtimeClassHandle.GetTypeHandle()) != null)
18 {
19 }
20 throw new InvalidCastException();
21 }
class f__AnonymousType0<< Count > j__TPar
static Type GetTypeFromHandle(RuntimeTypeHandle handle)
Definition Type.cs:1311

References System.Type.GetTypeFromHandle(), and j__TPar.