Search Results for

    Show / Hide Table of Contents

    Class ThreadInfo

    Information about a thread

    Inheritance
    System.Object
    ThreadInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Threading
    Assembly: Simplic.Threading.dll
    Syntax
    public class ThreadInfo

    Constructors

    | Improve this Doc View Source

    ThreadInfo(Thread, ThreadType, ThreadImportance, ThreadOptions, String)

    Declaration
    public ThreadInfo(Thread thread, ThreadType type, ThreadImportance importance, ThreadOptions options, string name)
    Parameters
    Type Name Description
    System.Threading.Thread thread
    ThreadType type
    ThreadImportance importance
    ThreadOptions options
    System.String name

    Properties

    | Improve this Doc View Source

    Importance

    Gets or sets the importance of the thread

    Declaration
    public ThreadImportance Importance { get; set; }
    Property Value
    Type Description
    ThreadImportance
    | Improve this Doc View Source

    Name

    Gets or sets the name of the thread

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Options

    Gets or sets thread options

    Declaration
    public ThreadOptions Options { get; set; }
    Property Value
    Type Description
    ThreadOptions
    | Improve this Doc View Source

    Thread

    Gets the thread object

    Declaration
    public Thread Thread { get; }
    Property Value
    Type Description
    System.Threading.Thread
    | Improve this Doc View Source

    Type

    Gets or sets the content type of the thread

    Declaration
    public ThreadType Type { get; set; }
    Property Value
    Type Description
    ThreadType

    Methods

    | Improve this Doc View Source

    GetDescription()

    Declaration
    public string GetDescription()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx