Click or drag to resize

ModuleCategory Class

Defines document categories for JavaScript modules.
Inheritance Hierarchy
SystemObject
  Microsoft.ClearScript.JavaScriptModuleCategory

Namespace: Microsoft.ClearScript.JavaScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public static class ModuleCategory

The ModuleCategory type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCommonJS Gets the document category for CommonJS modules.
Public propertyStatic memberStandard Gets the document category for standard ECMAScript 6 modules.
Top
See Also