/ src / common / ManagedCommon / ModuleType.cs
ModuleType.cs
 1  // Copyright (c) Microsoft Corporation
 2  // The Microsoft Corporation licenses this file to you under the MIT license.
 3  // See the LICENSE file in the project root for more information.
 4  
 5  namespace ManagedCommon
 6  {
 7      public enum ModuleType
 8      {
 9          AdvancedPaste,
10          AlwaysOnTop,
11          Awake,
12          ColorPicker,
13          CmdPal,
14          CropAndLock,
15          CursorWrap,
16          EnvironmentVariables,
17          FancyZones,
18          FileLocksmith,
19          FindMyMouse,
20          Hosts,
21          ImageResizer,
22          KeyboardManager,
23          LightSwitch,
24          MouseHighlighter,
25          MouseJump,
26          MousePointerCrosshairs,
27          MouseWithoutBorders,
28          NewPlus,
29          Peek,
30          PowerRename,
31          PowerLauncher,
32          PowerAccent,
33          PowerDisplay,
34          RegistryPreview,
35          MeasureTool,
36          ShortcutGuide,
37          PowerOCR,
38          Workspaces,
39          ZoomIt,
40          GeneralSettings,
41      }
42  }