|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Maintains various information about the current runtime environment. More...
Properties | |
| static bool | IsMono = Type.GetType("Mono.Runtime") != null [get] |
Returns true if the current runtime is Mono. | |
| static bool | IsWindows = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) [get] |
Returns true if the current platform is Windows. | |
| static bool | IsLinux = RuntimeInformation.IsOSPlatform(OSPlatform.Linux) [get] |
Returns true if the current platform is Linux. | |
| static bool | IsOSX = RuntimeInformation.IsOSPlatform(OSPlatform.OSX) [get] |
Returns true if the current platform is Mac OS X. | |
| static string | RuntimeIdentifier [get] |
| Gets the current runtime identifier. | |
| static IEnumerable< string > | SupportedRuntimeIdentifiers [get] |
| Gets the supported RIDs, returned in most specific order. | |
Maintains various information about the current runtime environment.
Definition at line 13 of file RuntimeUtil.cs.
|
staticget |
Returns true if the current platform is Linux.
Definition at line 32 of file RuntimeUtil.cs.
|
staticget |
|
staticget |
Returns true if the current platform is Mac OS X.
Definition at line 37 of file RuntimeUtil.cs.
|
staticget |
Returns true if the current platform is Windows.
Definition at line 27 of file RuntimeUtil.cs.
|
staticget |
Gets the current runtime identifier.
Definition at line 42 of file RuntimeUtil.cs.
|
staticget |
Gets the supported RIDs, returned in most specific order.
Definition at line 110 of file RuntimeUtil.cs.