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
IRemotingTypeInfo.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200033E RID: 830
7 [ComVisible(true)]
8 public interface IRemotingTypeInfo
9 {
10 // Token: 0x1700032A RID: 810
11 // (get) Token: 0x06001BBD RID: 7101
12 string TypeName { get; }
13
14 // Token: 0x06001BBE RID: 7102
15 bool CanCastTo(Type fromType, object o);
16 }
17}
class f__AnonymousType0<< Count > j__TPar
bool CanCastTo(Type fromType, object o)