Universal Windows Service Class Library

ApplicationList Class

This class contains a list in which all congigured applications will be stored.

For a list of all members of this type, see ApplicationList Members.

System.Object
   uws.ApplicationList

public class ApplicationList

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Each application which is configured will be added to an object of this class. If a configured application will be added the application working thread for it will be started. Also if a application will be removed the working thread will be called to exit.

An application stored in this list is an object of the Application class.

Requirements

Namespace: uws

Assembly: uws (in uws.exe)

See Also

ApplicationList Members | uws Namespace | Application