C# Class MonoDevelop.Monobjc.CodeGeneration.CodeBehindGeneratorLoader

A loader for the extension codons of code-behind implementations.
Mostra file Open project: Monobjc/monobjc-monodevelop

Public Methods

Method Description
GetGenerator ( String languageName ) : ICodeBehindGenerator

Gets the generator for the given language.

Init ( ) : void

Inits this class.

Private Methods

Method Description
OnCodeBehindGenerationChanged ( object sender, Mono.Addins.ExtensionNodeEventArgs args ) : void

Handler for codon addition/removal.

Method Details

GetGenerator() public static method

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

Init() public static method

Inits this class.
public static Init ( ) : void
return void