C# Class Dataflow.Core.PatchRepository

Afficher le fichier Open project: kumpera/dataflow Class Usage Examples

Méthodes publiques

Méthode Description
GetPatchByName ( string name ) : PatchMetaClass
Init ( ) : void

Private Methods

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

Method Details

GetPatchByName() public méthode

public GetPatchByName ( string name ) : PatchMetaClass
name string
Résultat PatchMetaClass

Init() public méthode

public Init ( ) : void
Résultat void