Struct ResourcePidInfo

    Definition

    Namespace:
    Tizen.System
    Assembly:
    Tizen.System.Resource.dll

    The structure of the resource pid information.

    [NativeStructAttribute]
    public struct ResourcePidInfo

    Fields

    View Source

    Pid

    The process id of target.

    Declaration
    public int Pid
    Field Value
    Type Description
    int
    View Source

    Tid

    The thread id list of target.

    Declaration
    public IntPtr Tid
    Field Value
    Type Description
    IntPtr
    View Source

    TidCount

    The number of target thread.

    Declaration
    public int TidCount
    Field Value
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX