mirror of https://github.com/icsharpcode/ILSpy.git
4 changed files with 22 additions and 3 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
using System.Runtime.InteropServices; |
||||
|
||||
namespace ICSharpCode.ILSpy.AppEnv |
||||
{ |
||||
public static class AppEnvironment |
||||
{ |
||||
public static bool IsWindows => RuntimeInformation.IsOSPlatform(OSPlatform.Windows); |
||||
} |
||||
} |
Loading…
Reference in new issue