Artemis Artemis
Artemis Artemis

Search Results for

    Struct ProcessInfo

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Namespace: Artemis.Core.Services
    Assembly: Artemis.Core.dll
    Syntax
    public readonly struct ProcessInfo

    Constructors

    ProcessInfo(int, string, string, string)

    Declaration
    public ProcessInfo(int processId, string processName, string imageName, string executable)
    Parameters
    Type Name Description
    int processId
    string processName
    string imageName
    string executable

    Fields

    Executable

    Declaration
    public readonly string Executable
    Field Value
    Type Description
    string

    ImageName

    Declaration
    public readonly string ImageName
    Field Value
    Type Description
    string

    ProcessId

    Declaration
    public readonly int ProcessId
    Field Value
    Type Description
    int

    ProcessName

    Declaration
    public readonly string ProcessName
    Field Value
    Type Description
    string
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.