TaskShowEditor Method

Dynamically tries to load the assembly for the editor and displays it as editable for this task.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public bool ShowEditor()

Return Value

Boolean
true if editor returns with OK response; false otherwise.

Remarks

The Microsoft.Win32.TaskSchedulerEditor.dll assembly must reside in the same directory as the Microsoft.Win32.TaskScheduler.dll or in the GAC.

See Also