C# Class LinFu.AOP.Tasks.PostWeaveTask

Represents an MSBuild task for LinFu.AOP that allows users to inject an aspect framework into their applications at postbuild time.
Inheritance: Microsoft.Build.Utilities.Task
ファイルを表示 Open project: philiplaureano/LinFu

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( ) : bool

Executes the postweaver.

Method Details

Execute() public method

Executes the postweaver.
public Execute ( ) : bool
return bool