C# Class PostSharp.Dnx.PostSharpCompilerModule

A DNX compile module that post-processes the project using PostSharp.
Inheritance: ICompileModule
Mostrar archivo Open project: postsharp/PostSharp.Dnx Class Usage Examples

Public Methods

Method Description
AfterCompile ( Microsoft.Dnx.Compilation.CSharp.AfterCompileContext context ) : void
BeforeCompile ( Microsoft.Dnx.Compilation.CSharp.BeforeCompileContext context ) : void
PostSharpCompilerModule ( IServiceProvider provider, string workingDirectory ) : System

Protected Methods

Method Description
BeforePostCompile ( ) : void

Method Details

AfterCompile() public method

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

BeforeCompile() public method

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

BeforePostCompile() protected method

protected BeforePostCompile ( ) : void
return void

PostSharpCompilerModule() public method

public PostSharpCompilerModule ( IServiceProvider provider, string workingDirectory ) : System
provider IServiceProvider
workingDirectory string
return System