VirtualUI.AllowExecute Method

Allows the execution of the passed application.

C#

public void AllowExecute(string Filename);

Parameters

Parameters

Description

string Filename

regular expression specifying the filename(s) of the applications allowed to run.

Remarks

Under VirtualUI environment, only applications precompiled with VirtualUI SDK should be allowed to run. Applications not under VirtualUI control, cannot be controlled.

Group

VirtualUI Methods