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