mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 18:18:00 +02:00
Added System.Environment.ModuleHandle
This commit is contained in:
parent
c5b479eb99
commit
fb1f538d15
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue