C# Class Weaver.TypeFowarder

Show file Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
FowardTypes ( string toAssemblyPath, IEnumerable types ) : void
TypeFowarder ( string assemblyPath ) : System
Write ( string outputPath ) : void

Method Details

FowardTypes() public method

public FowardTypes ( string toAssemblyPath, IEnumerable types ) : void
toAssemblyPath string
types IEnumerable
return void

TypeFowarder() public method

public TypeFowarder ( string assemblyPath ) : System
assemblyPath string
return System

Write() public method

public Write ( string outputPath ) : void
outputPath string
return void