Example #1
0
 private static extern void _RunModuleConstructor(System.Reflection.RuntimeModule module);
Example #2
0
 internal QCallModule(IntPtr pObject, System.Reflection.RuntimeModule module)
 {
     m_ptr    = pObject;
     m_module = module.GetUnderlyingNativeHandle();
 }