ScriptType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ScriptType
type ScriptType =
Public Enum ScriptType
- Inheritance
-
ScriptType
Fields
Name | Value | Description |
---|---|---|
Javascript | 0 | |
CSharp | 1 | |
PowerShell | 2 | |
WindowsBatch | 3 | |
Python | 4 | |
PHP | 5 | |
Bash | 6 | |
FSharp | 7 | |
DotNetAssembly | 8 | |
TypeScript | 9 | |
Unknown | 10 |