메소드 | 설명 | |
---|---|---|
ProgramWrapper ( string source, string assemblyPath = null ) : System |
Initializes a new instance of the ProgramWrapper class.
|
메소드 | 설명 | |
---|---|---|
GetCompilation ( string path, CSharpSyntaxTree sourceTree ) : Microsoft.CodeAnalysis.CSharp.CSharpCompilation | ||
Initialize ( ) : void | ||
ValidatePaths ( string paths, string argumentName, string message ) : void |
public ProgramWrapper ( string source, string assemblyPath = null ) : System | ||
source | string | The source code |
assemblyPath | string | The path to assembly for semantic model |
리턴 | System |