dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

where's Sleep function? #547

Closed Haceau-Zoac closed 3 years ago

jrimig commented 3 years ago

System.Threading.Thread.Sleep()? https://docs.microsoft.com/en-us/dotnet/api/system.threading.thread.sleep?view=net-5.0

Haceau-Zoac commented 3 years ago

System.Threading.Thread.Sleep()? https://docs.microsoft.com/en-us/dotnet/api/system.threading.thread.sleep?view=net-5.0

Thanks!