コード例 #1
0
 public TypeManager(Il2cppContext context)
 {
     Context = context;
 }
コード例 #2
0
ファイル: HierarchyDump.cs プロジェクト: azureidea/il2cpp
 public HierarchyDump(Il2cppContext context)
 {
     Context = context;
 }
コード例 #3
0
 public TypeX(Il2cppContext context, TypeDef tyDef)
 {
     Context = context;
     Def     = tyDef;
 }
コード例 #4
0
ファイル: MethodTable.cs プロジェクト: azureidea/il2cpp
 public MethodTable(Il2cppContext context, TypeDef tyDef)
 {
     Context = context;
     Def     = tyDef;
 }