C# 클래스 Eto.Designer.Builders.RoslynCSharpInterfaceBuilder

상속: RoslynInterfaceBuilder
파일 보기 프로젝트 열기: picoe/Eto

보호된 메소드들

메소드 설명
CreateCompilation ( Microsoft.CodeAnalysis.SyntaxTree syntaxTree, string assemblyName, IEnumerable references ) : Compilation
ParseText ( string code ) : Microsoft.CodeAnalysis.SyntaxTree

메소드 상세

CreateCompilation() 보호된 메소드

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

ParseText() 보호된 메소드

protected ParseText ( string code ) : Microsoft.CodeAnalysis.SyntaxTree
code string
리턴 Microsoft.CodeAnalysis.SyntaxTree