HostUtils.RunningInWindowsContainer Property

HostUtilsRunningInWindowsContainer Property

Tests if this process is currently executing inside a Windows Container.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool RunningInWindowsContainer { get; }
Public Shared ReadOnly Property RunningInWindowsContainer As Boolean
	Get

Property Value

Type: Boolean
See Also