- Improvements to system calls

- system calls now async with await
- added start command to example
- added "handled" property to system call event args
This commit is contained in:
FlorianDahn
2019-03-20 16:57:10 +07:00
parent 816bf4cbbe
commit c6666f72bc
4 changed files with 42 additions and 19 deletions
+2 -2
View File
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
[assembly: AssemblyVersion("1.3.1.2")]
[assembly: AssemblyFileVersion("1.3.1.2")]