C# Class MonoDevelop.Monobjc.CodeGeneration.CodeBehindGeneratorLoader

A loader for the extension codons of code-behind implementations.
Afficher le fichier Open project: Monobjc/monobjc-monodevelop

Méthodes publiques

Méthode Description
GetGenerator ( String languageName ) : ICodeBehindGenerator

Gets the generator for the given language.

Init ( ) : void

Inits this class.

Private Methods

Méthode Description
OnCodeBehindGenerationChanged ( object sender, Mono.Addins.ExtensionNodeEventArgs args ) : void

Handler for codon addition/removal.

Method Details

GetGenerator() public static méthode

Gets the generator for the given language.
public static GetGenerator ( String languageName ) : ICodeBehindGenerator
languageName String The language name.
Résultat ICodeBehindGenerator

Init() public static méthode

Inits this class.
public static Init ( ) : void
Résultat void