C# Class Eto.Designer.Builders.RoslynVbInterfaceBuilder

Inheritance: RoslynInterfaceBuilder
Afficher le fichier Open project: picoe/Eto

Méthodes protégées

Méthode Description
CreateCompilation ( Microsoft.CodeAnalysis.SyntaxTree syntaxTree, string assemblyName, IEnumerable references ) : Compilation
ParseText ( string code ) : Microsoft.CodeAnalysis.SyntaxTree

Method Details

CreateCompilation() protected méthode

protected CreateCompilation ( Microsoft.CodeAnalysis.SyntaxTree syntaxTree, string assemblyName, IEnumerable references ) : Compilation
syntaxTree Microsoft.CodeAnalysis.SyntaxTree
assemblyName string
references IEnumerable
Résultat Compilation

ParseText() protected méthode

protected ParseText ( string code ) : Microsoft.CodeAnalysis.SyntaxTree
code string
Résultat Microsoft.CodeAnalysis.SyntaxTree