Esempio n. 1
0
 public PInvokeDelegateWrapperHashtable(InteropStateManager interopStateManager, ModuleDesc owningModule)
 {
     _interopStateManager = interopStateManager;
     _owningModule        = owningModule;
 }
Esempio n. 2
0
 public PInvokeCalliHashtable(InteropStateManager interopStateManager, TypeDesc owningType)
 {
     _interopStateManager = interopStateManager;
     _owningType          = owningType;
 }
Esempio n. 3
0
 public ForwardDelegateCreationStubHashtable(InteropStateManager interopStateManager, TypeDesc owningType)
 {
     _interopStateManager = interopStateManager;
     _owningType          = owningType;
 }
Esempio n. 4
0
 public DelegateMarshallingStubHashtable(InteropStateManager interopStateManager, TypeDesc owningType)
 {
     _interopStateManager = interopStateManager;
     _owningType          = owningType;
 }
Esempio n. 5
0
 public InlineArrayHashTable(InteropStateManager interopStateManager, ModuleDesc owningModule)
 {
     _interopStateManager = interopStateManager;
     _owningModule        = owningModule;
 }
Esempio n. 6
0
 public StructMarshallingThunkHashTable(InteropStateManager interopStateManager, TypeDesc owningType)
 {
     _interopStateManager = interopStateManager;
     _owningType          = owningType;
 }
Esempio n. 7
0
 public NativeStructTypeHashtable(InteropStateManager interopStateManager, ModuleDesc owningModule)
 {
     _interopStateManager = interopStateManager;
     _owningModule        = owningModule;
 }