CVB.Net 14.0
OperatingSystem Class Reference

Makes Operating System information accessible at runtime. More...

Static Public Member Functions

static bool IsWindows ()
 Returns true if the application is running on Windows, false otherwise. More...
 
static bool IsLinux ()
 Returns true if the application is running on Windows, false otherwise. More...
 

Detailed Description

Makes Operating System information accessible at runtime.

Member Function Documentation

◆ IsLinux()

static bool IsLinux ( )
static

Returns true if the application is running on Windows, false otherwise.

Returns
true when running on Windows, false otherwise

◆ IsWindows()

static bool IsWindows ( )
static

Returns true if the application is running on Windows, false otherwise.

Returns
true when running on Windows, false otherwise