Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages