Click or drag to resize

DavEnvironmentIsRunningOnMono Property

IT Hit WebDAV Classes Reference
Gets a value indicating whether the current .net runtime is mono or not.

Namespace: ITHit.WebDAV.Server
Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax
public static bool IsRunningOnMono { get; }

Return Value

Type: Boolean
True
if the current runtime is mono otherwise
false
.
See Also