Click or drag to resize
Task Scheduler Managed Class Library

ComObjectSelectionDialogSupportedServers Enumeration

COM server types that can be displayed by a ComObjectSelectionDialog.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax
[FlagsAttribute]
public enum SupportedServers
Members
  Member nameValueDescription
InProcess1In process
OutOfProcess2Out of process
All3All server types
See Also