C# Class WeaverHelper, PropertyChanged

Datei anzeigen Open project: Fody/PropertyChanged Class Usage Examples

Public Properties

Property Type Description
AfterAssemblyPath string
Assembly Assembly
BeforeAssemblyPath string

Public Methods

Method Description
GetAssemblyPath ( ) : void
WeaverHelper ( string projectPath ) : System.IO

Private Methods

Method Description
GetAssemblyName ( ) : string
GetOutputPathValue ( ) : string

Method Details

GetAssemblyPath() public method

public GetAssemblyPath ( ) : void
return void

WeaverHelper() public method

public WeaverHelper ( string projectPath ) : System.IO
projectPath string
return System.IO

Property Details

AfterAssemblyPath public_oe property

public string AfterAssemblyPath
return string

Assembly public_oe property

public Assembly Assembly
return Assembly

BeforeAssemblyPath public_oe property

public string BeforeAssemblyPath
return string