C# 클래스 MsgPack.Serialization.RoslyCodeGeneration

Defines Roslyn based code generation logic for unit testing.
파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 메소드들

메소드 설명
Compile ( string code, bool isDebug, Assembly &compiledAssembly, IList &errors, IList &warnings ) : void

비공개 메소드들

메소드 설명
BuildCompilationError ( IEnumerable diagnostics ) : IList

메소드 상세

Compile() 공개 정적인 메소드

public static Compile ( string code, bool isDebug, Assembly &compiledAssembly, IList &errors, IList &warnings ) : void
code string
isDebug bool
compiledAssembly System.Reflection.Assembly
errors IList
warnings IList
리턴 void