1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-23 10:08:00 +02:00

Added System.Environment.ModuleHandle

This commit is contained in:
Brian Fiete 2022-05-13 11:53:39 -07:00
parent c5b479eb99
commit fb1f538d15

View file

@ -14,6 +14,8 @@ namespace System
public static OperatingSystem OSVersion = new OperatingSystem() ~ delete _;
public static void* ModuleHandle => Internal.[Friend]sModuleHandle;
#if BF_PLATFORM_WINDOWS
public const bool IsFileSystemCaseSensitive = false;
#else