Show / Hide Table of Contents

Enum SystemSnapshots

Specifies the system states to capture runtime.

Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
[Flags]
public enum SystemSnapshots

Fields

Name Description
CaptureAll

Captures all available information about a system. Includes CaptureThreadInfo, CaptureProcessInfo and CaptureEnvironmentInfo

CaptureEnvironmentInfo

Captures environment information about a system.

CaptureProcessInfo

Captures process information about a system.

CaptureThreadInfo

Captures thread information about a system.

None

Captures nothing.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX