C# Class DependencyPropertyWeaver.DependencyPropertyWeaverTask

Inheritance: Microsoft.Build.Utilities.Task
Exibir arquivo Open project: bling/dependencypropertyweaver

Private Properties

Property Type Description
Weave bool

Public Methods

Method Description
Execute ( ) : bool

Protected Methods

Method Description
Log ( string message ) : void

Private Methods

Method Description
Weave ( Assembly assembly, AssemblyDefinition definition ) : bool

Method Details

Execute() public method

public Execute ( ) : bool
return bool

Log() protected method

protected Log ( string message ) : void
message string
return void