C-DEngine 5.105

TheCommonUtils..::..IsMono Method

Only use this method if you need to know if you are running in the MONO Runtime. If you want to find out if you are running on Linux use TheCommonUtils.cdeIsFileSystemCaseSensitive or IsOnLinux insted

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool IsMono()
Public Shared Function IsMono As Boolean
public:
static bool^ IsMono()

Return Value

true if CDE runs inside Mono Runtime