C-DEngine 5.105

TheCommonUtils..::..IsMonoRT 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 IsMonoRT()
Public Shared Function IsMonoRT As Boolean
public:
static bool^ IsMonoRT()

Return Value

true if CDE runs inside Mono Runtime