TinmanEnginePrivileges

Description

static class Tinman.Engine.TinmanEnginePrivileges

The access privileges for the TinmanEngineModule.

See also

Privilege

Public / Constants

Clipboard­Read


[ShutdownSurvive]
public static readonly attribute ClipboardRead → (Privilege)

Allows the ApplicationUtil.Clipboard and IApplicationWindowFactory.Clipboard properties to read the contents of the system clipboard.

Clipboard­Write


[ShutdownSurvive]
public static readonly attribute ClipboardWrite → (Privilege)

Allows the ApplicationUtil.Clipboard and IApplicationWindowFactory.Clipboard properties to write the contents of the system clipboard.

Window­Open


[ShutdownSurvive]
public static readonly attribute WindowOpen → (Privilege)

Allows the ApplicationWindow.Create or the IApplicationWindowFactory.CreateApplicationWindow method to open a new top-level window on the system desktop.