SystemReportOptions
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Options for collecting system information.
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
SystemReportOptions()
Default constructor.
Properties
CollectDiskInformation
Gets or sets a value indicating whether the collect disk information.
Property Value
CollectDisplayInformation
Gets or sets a value indicating whether the collect display information.
Property Value
CollectMemoryInformation
Gets or sets a value indicating whether the collect memory information.
Property Value
CollectNetworkInformation
Gets or sets a value indicating whether the collect network information.
Property Value
CollectOsInformation
Gets or sets a value indicating whether the collect operating system information.
Property Value
CollectProcessorInformation
Gets or sets a value indicating whether the collect processor information.
Property Value
CollectSystemInformation
Gets or sets a value indicating whether the collect system information.
Property Value
Last updated