Search Results for

    Show / Hide Table of Contents

    Class EscSeqReqStatus

    Represents the state of an ANSI escape sequence request.
    Inheritance
    System.Object
    EscSeqReqStatus
    Remarks
    This is needed because there are some escape sequence requests responses that are equal with some normal escape sequences and thus, will be only considered the responses to the requests that were registered with this object.
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class EscSeqReqStatus

    Constructors

    | Improve this Doc View Source

    EscSeqReqStatus(String, Int32)

    Creates a new state of escape sequence request.
    Declaration
    public EscSeqReqStatus(string terminating, int numOfReq)
    Parameters
    Type Name Description
    System.String terminating The terminating.
    System.Int32 numOfReq The number of requests.

    Properties

    | Improve this Doc View Source

    NumOutstanding

    Gets information about unfinished requests.
    Declaration
    public int NumOutstanding { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    NumRequests

    Gets the number of requests.
    Declaration
    public int NumRequests { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Terminating

    Gets the terminating.
    Declaration
    public string Terminating { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX