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