Esempio n. 1
0
 public VTableBuilder(TypeDesc typeDesc, IInterfaceOffsetTable ioTable)
 {
     _methodsTable = new Dictionary <MethodToken, MethodDesc>();
     _typeDesc     = typeDesc;
     _ioTable      = ioTable;
 }
Esempio n. 2
0
 public VTable(Dictionary <MethodToken, MethodDesc> table, IInterfaceOffsetTable iotTable)
 {
     _table    = table;
     _iotTable = iotTable;
 }