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.12.1
Syntax
C#
[FlagsAttribute]
public enum SupportedServers
Request Example
Members
Member nameValueDescription
InProcess1In process
OutOfProcess2Out of process
All3All server types
See Also