Provides information about a support scripting language
Name | Description | |
---|---|---|
ScriptLanguageInfo |
Initializes a new instance of the ScriptLanguageInfo class. |
Name | Description | |
---|---|---|
CallOperationType |
Gets an Inedo.Extensibility.Operations.Operation type that implements a Inedo.Extensibility.Operations.IScriptingOperation used to execute the script. |
|
EnsureOperationType |
Gets an Inedo.Extensibility.Operations.EnsureOperation type that implements a Inedo.Extensibility.Operations.IScriptingOperation, or null (Nothing in Visual Basic) if the language doesn't support configuration verification. |
|
FileExtension |
Gets the expected file extension of a script file, such as .ps1 or .otter. |
|
Icon |
Gets the icon file for script if applicable. |
|
LanguageName |
Gets a user friendly name of the scripting language, such as PowerShell or OtterScript. |
|
ParameterUsage |
Gets a value describing how parameters can be used in the scripting language. |
|
SyntaxName |
Gets the name of the language that is used for syntax highlighting. |
|
VerifyOperationType |
Gets a Inedo.Extensibility.Operations.VerifyOperation type that implements a Inedo.Extensibility.Operations.IScriptingOperation, or null (Nothing in Visual Basic) if the language doesn't support configuration verification. |