C# Class Dataflow.Core.PatchRepository

Datei anzeigen Open project: kumpera/dataflow Class Usage Examples

Public Methods

Method Description
GetPatchByName ( string name ) : PatchMetaClass
Init ( ) : void

Private Methods

Method Description
DependsOnDataflow ( Assembly target, Assembly dataflow ) : bool
ProcessType ( Type type, PatchAttribute pa ) : void

Method Details

GetPatchByName() public method

public GetPatchByName ( string name ) : PatchMetaClass
name string
return PatchMetaClass

Init() public method

public Init ( ) : void
return void