ILanguageSupport Properties
Interface Properties 1 member
Interface for providing language-specific support for polyglot AppHosts. Implementations provide scaffolding, detection, and runtime execution configuration.
Gets the language identifier (e.g., "TypeScript", "Python").
public abstract string Language { get; }