UtilDebugCauseBSOD Method
Causes a BSOD (Blue Screen of Death).
Please be aware that after causing the BSOD, the operating system will stop responding and
a computer shutdown/restart will be required.
Namespace: DevCase.Core.Diagnostics.Debugging.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public:
static void CauseBSOD(
NTStatus errorCode = NTStatus::ASSERTION_FAILURE
)
static member CauseBSOD :
?errorCode : NTStatus
(* Defaults:
let _errorCode = defaultArg errorCode NTStatus.ASSERTION_FAILURE
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- errorCode NTStatus (Optional)
[Missing <param name="errorCode"/> documentation for "M:DevCase.Core.Diagnostics.Debugging.Common.UtilDebug.CauseBSOD(DevCase.Win32.Enums.NTStatus)"]