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

◆ IsInterface

bool System.Type.IsInterface
getinherited

Definition at line 1344 of file Type.cs.

1345 {
1346 get
1347 {
1348 if (this != null)
1349 {
1350 }
1351 bool flag;
1352 return flag;
1353 }
1354 }

Referenced by System.Runtime.Remoting.TypeInfo.TypeInfo(), System.RuntimeType.GetBaseType(), System.Runtime.Remoting.Proxies.RealProxy.GetProxiedType(), System.Type.IsAssignableFrom(), and System.Runtime.Remoting.Messaging.MethodCall.ResolveMethod().