Click or drag to resize

ProcessDataConfig Class

Complements ProcessDataInfo, assisting in determining which data columns to query.
Inheritance Hierarchy
SystemObject
  Xcalibur.Models.ProcessesProcessDataConfig

Namespace:  Xcalibur.Models.Processes
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class ProcessDataConfig : IProcessDataConfig

The ProcessDataConfig type exposes the following members.

Constructors
  NameDescription
Public methodProcessDataConfig
Initializes a new instance of the ProcessDataConfig class
Top
Properties
  NameDescription
Public propertyCommandLine
Gets or sets a value indicating whether [command line].
Public propertyDescription
Gets or sets a value indicating whether this ProcessDataConfig is description.
Public propertyExecutablePath
Gets or sets a value indicating whether [executable path].
Public propertyHandle
Gets or sets a value indicating whether this ProcessDataConfig is handle.
Public propertyKernelModeTime
Gets or sets a value indicating whether [kernel mode time].
Public propertyMaximumWorkingSetSize
Gets or sets a value indicating whether [maximum working set size].
Public propertyMinimumWorkingSetSize
Gets or sets a value indicating whether [minimum working set size].
Public propertyName
Gets or sets a value indicating whether this ProcessDataConfig is name.
Public propertyOtherOperationCount
Gets or sets a value indicating whether [other operation count].
Public propertyOtherTransferCount
Gets or sets a value indicating whether [other transfer count].
Public propertyPageFaults
Gets or sets a value indicating whether [page faults].
Public propertyParentProcessId
Gets or sets a value indicating whether [parent process id].
Public propertyProcessId
Gets or sets a value indicating whether [process id].
Public propertyProcessorAffinity
Gets or sets a value indicating whether [processor affinity].
Public propertyQuotaNonPagedPoolUsage
Gets or sets a value indicating whether [quota non paged pool usage].
Public propertyQuotaPagedPoolUsage
Gets or sets a value indicating whether [quota paged pool usage].
Public propertyQuotaPeakNonPagedPoolUsage
Gets or sets a value indicating whether [quota peak non paged pool usage].
Public propertyQuotaPeakPagedPoolUsage
Gets or sets a value indicating whether [quota peak paged pool usage].
Public propertyReadOperationCount
Gets or sets a value indicating whether [read operation count].
Public propertyReadTransferCount
Gets or sets a value indicating whether [read transfer count].
Public propertySessionId
Gets or sets the session identifier.
Public propertyStatus
Gets or sets a value indicating whether this ProcessDataConfig is status.
Public propertyUserModeTime
Gets or sets a value indicating whether [user mode time].
Public propertyWriteOperationCount
Gets or sets a value indicating whether [write operation count].
Public propertyWriteTransferCount
Gets or sets a value indicating whether [write transfer count].
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also