Skip to main content

Home/ Coders/ Group items tagged interop

Rss Feed Group items tagged

Joel Bennett

Using C++ Interop (Implicit PInvoke) - 0 views

  • C++ Interop is recommended over explicit PInvoke because it provides better type safety, is typically less tedious to implement, is more forgiving if the unmanaged API is modified, and makes performance enhancements possible that are not possible with explicit PInvoke.
  • C++ Interop allows COM components to be accessed at will and does not require separate interop assemblies
  •  
    Because it is the language of the native APIs, Visual C++ has a special status on Windows which makes it  the best language for interacting with the platform APIs -- whether those are pure C++ APIs or COM components. This is partly due to the fact that unlike other .NET languages, Visual C++ allows managed and unmanaged code to exist in the same application and even in the same file ... allowing integration with existing apps and platform APIs that is just not possible in other .NET languages.
Joel Bennett

Managed, Native, and COM Interop Team - CodePlex - 0 views

  •  
    P/Invoke Interop Assistant
Joel Bennett

Managed, Native, and COM Interop Team - 0 views

  •  
    P/Invoke Interop Assistant IL Stup Diagnostic Tool ICustomQueryInterface examples, etc.
Joel Bennett

Windows Sensors And Location Platforms - MSDN Code Gallery - 0 views

  •  
    The Sensor and Location .NET Interop Library provides an abstraction of the native Sensor and Location API and strongly typed objects for specific sensors for its Sensor Data Report ... You can create strongly-typed custom sensor objects as well as use the three built-in sensors: Accelerometer3D sensors, Light sensors, and Touch Array sensors.
Joel Bennett

Windows 7 taskbar: Developer Resources - MSDN Code Gallery - 0 views

  •  
    A Windows 7 Taskbar and Windows Libraries .NET Interop Library and sample applications.
Joel Bennett

Run PowerShell as a shell within Emacs -- All About Interop - 0 views

  •  
    Run PowerShell as the internal shell within Emacs. Note: there's a good link on here to a PowerShell script syntax file, and lots of .net-related emacs content...
Joel Bennett

EasyHook - The reinvention of Windows API Hooking - 1 views

  •  
    This project supports extending (hooking) unmanaged code APIs with pure managed ones ... 32- and 64-bit kernel mode hooking is supported as well as an unmanaged user-mode API which allows you to hook targets without requiring a NET Framework on the customers PC.
1 - 7 of 7
Showing 20 items per page