-
Hi, Here the ms windows description: ms link Question
Now, is this "windows soft real time" supporting this C# application with such a code here? Is this equivalent and supported like in C++? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
PriorityClass wraps Win32 API directly on Windows, so it should have no difference than using Process/Thread with C++: |
Beta Was this translation helpful? Give feedback.
-
Hello @hez2010 , Thank you |
Beta Was this translation helpful? Give feedback.
-
@vcarlucci Have you had success in getting C# to run in soft real-time? I need to create a system where I require C# to be used for soft real-time purposes. I have tried, but I haven't been able to make it run more real-time, whether I activate it on a core or not. |
Beta Was this translation helpful? Give feedback.
PriorityClass wraps Win32 API directly on Windows, so it should have no difference than using Process/Thread with C++:
runtime/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.Windows.cs
Line 318 in 57b286f