ProcessDetails

The details of process-related information about a finding.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates when the process was launched.

Link copied to clipboard
val name: String?

The name of the process.

Link copied to clipboard

The parent process ID. This field accepts positive integers between O and 2147483647.

Link copied to clipboard
val path: String?

The path to the process executable.

Link copied to clipboard
val pid: Int?

The process ID.

Link copied to clipboard

Indicates when the process was terminated.

Functions

Link copied to clipboard
inline fun copy(block: ProcessDetails.Builder.() -> Unit = {}): ProcessDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String