Provides information about a support scripting language
Initializes a new instance of the ScriptLanguageInfo class.
Gets an Inedo.Extensibility.Operations.Operation type that implements a Inedo.Extensibility.Operations.IScriptingOperation used to execute the script.
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.
Gets the expected file extension of a script file, such as .ps1 or .otter.
Gets the icon file for script if applicable.
Gets a user friendly name of the scripting language, such as PowerShell or OtterScript.
Gets a value describing how parameters can be used in the scripting language.
Gets the name of the language that is used for syntax highlighting.
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.