UtilDebugSanboxingEnableAntiSandboxProtection Method

Enables Anti-Sandbox environment protection for the current application.

This Anti-Sandbox environment protection supports only these Sandbox environments:

• Sandboxie

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 void EnableAntiSandboxProtection(
	Action callback
)

Parameters

callback  Action
An encapsulated method that will be invoked if a Sandbox environment is detected.

Normally it should be a method containing instructions to terminate the current application.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also