Click or drag to resize
Task Scheduler Managed Class Library

TaskEnumGlobalizer Class

Functions to provide localized strings for enumerated types and values.
Inheritance Hierarchy
SystemObject
  Microsoft.Win32.TaskSchedulerTaskEnumGlobalizer

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public static class TaskEnumGlobalizer
Request Example View Source

The TaskEnumGlobalizer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetString
Gets a string representing the localized value of the provided enum.
Top
See Also