Does anybody knows how to get information about current environment and platform in .NET Core? Currently there are no Environment class in Core library.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
System.Environment
is available in theSystem.Runtime.Extensions
package. Ensure you've referenced that package in yourproject.json
.