C# Class Eto.Designer.Builders.RoslynVbInterfaceBuilder

Inheritance: RoslynInterfaceBuilder
ファイルを表示 Open project: picoe/Eto

Protected Methods

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

Method Details

CreateCompilation() protected method

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

ParseText() protected method

protected ParseText ( string code ) : Microsoft.CodeAnalysis.SyntaxTree
code string
return Microsoft.CodeAnalysis.SyntaxTree