Skip to content

alex123098/ManagedUnmanagedInterop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This simple solution contains example of interoperability between two processes: Managed C# Console application (Supervisor project) Unmanaged C++ Console application (UnmanagedFunc project)

Processes interact via memory mapped file. Unmanaged C++ process is started within C# process at its startup. All interaction behaviour is implemented via synchronization events with auto reset.

Solution doesn't depend upon any components except .net framework 4.5

About

Example of interoperability of processes via memory mapped file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published