OperatingSystem.IsFreeBSD Method

Definition

Indicates whether the current application is running on FreeBSD.

public:
 static bool IsFreeBSD();
public static bool IsFreeBSD ();
static member IsFreeBSD : unit -> bool
Public Shared Function IsFreeBSD () As Boolean

Returns

true if the current application is running on FreeBSD; false otherwise.

Applies to