예제 #1
0
 public TypeManager(Il2cppContext context)
 {
     Context = context;
 }
예제 #2
0
 public HierarchyDump(Il2cppContext context)
 {
     Context = context;
 }
예제 #3
0
 public TypeX(Il2cppContext context, TypeDef tyDef)
 {
     Context = context;
     Def     = tyDef;
 }
예제 #4
0
 public MethodTable(Il2cppContext context, TypeDef tyDef)
 {
     Context = context;
     Def     = tyDef;
 }