This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether a debugger is currently attached.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(IsDeterministic = false)]
public static <bool> IsDebuggerAttached()
Visual Basic (Declaration)Copy imageCopy Code
<(IsDeterministic := False)> _
Public Shared Function IsDebuggerAttached As (Of )

Return Value

Returns true if a debugger is attached.

See Also

Advanced