Click or drag to resize
weroSoft AG, Software
ProcessDumpDetails Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the details to be included into the dump.

Namespace:  WeroSoft.ProcessManagement.Automation
Assembly:  WeroSoft.Core.Process.Library (in WeroSoft.Core.Process.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
[FlagsAttribute]
public enum ProcessDumpDetails
Members
  Member nameValueDescription
All0 All details which a component may dump shall be written to the dump.
Publics1 All public information of the dump shall be dumped.
Internals2 All internal details of the dump shall be dumped.
Instance3 All instance based values are written.
Statics4 All static, class based values are written.
Custom5 The dump shall write custom details to the dump.
See Also