UtilDebugSanboxingIsRunningOnSandboxie Method

Determines whether the current application is running under Sandboxie environment.

Sandboxie is a sandbox software for application isolation, it can run a program in a virtual sandbox environment without writing to the hard drive, so, it can block malicious software, viruses, ransom-ware and zero day threats by isolating such attacks in the sandbox.

Definition

Namespace: DevCase.Core.Diagnostics.Debugging.SandBox
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsRunningOnSandboxie()

Return Value

Boolean
the current application is running under Sandboxie environment; otherwise, .

Remarks

See Also