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.
Namespace: DevCase.Core.Diagnostics.Debugging.SandBoxAssembly: 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()
Public Shared Function IsRunningOnSandboxie As Boolean
Dim returnValue As Boolean
returnValue = UtilDebugSanboxing.IsRunningOnSandboxie()
public:
static bool IsRunningOnSandboxie()
static member IsRunningOnSandboxie : unit -> bool
No code example is currently available or this language may not be supported.
Return Value
Boolean the current application is running under
Sandboxie environment;
otherwise,
.