C# 클래스 PostSharp.Dnx.PostSharpCompilerModule

A DNX compile module that post-processes the project using PostSharp.
상속: ICompileModule
파일 보기 프로젝트 열기: postsharp/PostSharp.Dnx 1 사용 예제들

공개 메소드들

메소드 설명
AfterCompile ( Microsoft.Dnx.Compilation.CSharp.AfterCompileContext context ) : void
BeforeCompile ( Microsoft.Dnx.Compilation.CSharp.BeforeCompileContext context ) : void
PostSharpCompilerModule ( IServiceProvider provider, string workingDirectory ) : System

보호된 메소드들

메소드 설명
BeforePostCompile ( ) : void

메소드 상세

AfterCompile() 공개 메소드

public AfterCompile ( Microsoft.Dnx.Compilation.CSharp.AfterCompileContext context ) : void
context Microsoft.Dnx.Compilation.CSharp.AfterCompileContext
리턴 void

BeforeCompile() 공개 메소드

public BeforeCompile ( Microsoft.Dnx.Compilation.CSharp.BeforeCompileContext context ) : void
context Microsoft.Dnx.Compilation.CSharp.BeforeCompileContext
리턴 void

BeforePostCompile() 보호된 메소드

protected BeforePostCompile ( ) : void
리턴 void

PostSharpCompilerModule() 공개 메소드

public PostSharpCompilerModule ( IServiceProvider provider, string workingDirectory ) : System
provider IServiceProvider
workingDirectory string
리턴 System