Search Results for

    Show / Hide Table of Contents

    Class WindowCollection

    WindowCollection can be used to interate over all the windows that have been opened in the current application.

    Inheritance
    object
    WindowCollection
    Implements
    ICollection
    IEnumerable
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: nanoFramework.UI
    Assembly: nanoFramework.Graphics.dll
    Syntax
    public sealed class WindowCollection : ICollection, IEnumerable

    Constructors

    WindowCollection()

    Default Constructor

    Declaration
    public WindowCollection()

    Properties

    Count

    Count property

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    IsSynchronized

    IsSynchronized

    Declaration
    public bool IsSynchronized { get; }
    Property Value
    Type Description
    bool

    this[int]

    Overloaded [] operator to access the WindowCollection list

    Declaration
    public Window this[int index] { get; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    Window

    SyncRoot

    SyncRoot

    Declaration
    public object SyncRoot { get; }
    Property Value
    Type Description
    object

    Methods

    CopyTo(Window[], int)

    CopyTo

    Declaration
    public void CopyTo(Window[] array, int index)
    Parameters
    Type Name Description
    Window[] array
    int index

    GetEnumerator()

    GetEnumerator

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    IEnumerator

    Implements

    ICollection
    IEnumerable

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX