Piccolo.NET

PRoot Class

PRoot serves as the top node in Piccolo's runtime structure.

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

System.Object
   PNode
      PRoot

public class PRoot : PNode

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

The PRoot is responsible for running the main UI loop that processes input from activities and external events.

Requirements

Namespace: UMD.HCIL.Piccolo

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

PRoot Members | UMD.HCIL.Piccolo Namespace