PssProcessInformation Structure

Holds process information returned by PssQuerySnapshot(IntPtr, PssQueryInformationClass, IntPtr, UInt32) function.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public struct PssProcessInformation
Inheritance
Object    ValueType    PssProcessInformation

Remarks

Methods

Equals Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCode Returns the hash code for this instance.
(Inherited from ValueType)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

AffinityMask The affinity mask of the process.
BasePriority The base priority level of the process.
CreateTime The time the process was created.
ExecuteFlags Reserved for use by the operating system.
ExitStatus The exit code of the process. If the process has not exited, this is set to STILL_ACTIVE (259).
ExitTime If the process exited, the time of the exit.
Flags Flags about the process.
ImageFileName The full path to the process executable. If the path exceeds the allocated buffer size, it is truncated.
KernelTime The amount of time the process spent executing in kernel-mode.
PageFaultCount A memory usage counter.
PagefileUsage A memory usage counter.
ParentProcessId The parent process ID.
PeakPagefileUsage A memory usage counter.
PeakVirtualSize A memory usage counter.
PeakWorkingSetSize A memory usage counter.
PebBaseAddress The address to the process environment block (PEB). Reserved for use by the operating system.
PriorityClass The priority class.
PrivateUsage A memory usage counter.
ProcessId The process ID.
QuotaNonPagedPoolUsage A memory usage counter.
QuotaPagedPoolUsage A memory usage counter.
QuotaPeakNonPagedPoolUsage A memory usage counter.
QuotaPeakPagedPoolUsage A memory usage counter.
UserTime The amount of time the process spent executing in user-mode.
VirtualSize A memory usage counter.
WorkingSetSize A memory usage counter.

Extension Methods

CanConvertTo Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
CanConvertToT Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
ConvertToT Converts an object to the specified target type.

If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions)

ConvertToT Converts an object to the specified target type.

If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions)

IsDisposable Determines whether the specified object is a disposable type (i.e., it implements IDisposable interface).
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
ThrowIfNullTException Throws the specified exception if the source object is null.
(Defined by ObjectExtensions)

See Also