InedoSDK Reference
Version:

ScriptLanguageInfo Class

Provides information about a support scripting language

Inheritance Hierarchy

  • object
    • Inedo.Extensibility.ScriptLanguages.ScriptLanguageInfo

Syntax

public class ScriptLanguageInfo

Constructors

Name Description
ScriptLanguageInfo

Initializes a new instance of the ScriptLanguageInfo class.

Properties

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.