C# Class Phantom.Core.PhantomBase

Afficher le fichier Open project: JeremySkinner/Phantom

Méthodes publiques

Méthode Description
Execute ( ) : void
call ( ) : void
cleanup ( System.Action block ) : void
cleanup ( string name, System.Action block ) : void
desc ( string description ) : void
target ( string name, System.Action block ) : void
target ( string name, string dependencies, System.Action block ) : void

Method Details

Execute() public abstract méthode

public abstract Execute ( ) : void
Résultat void

call() public méthode

public call ( ) : void
Résultat void

cleanup() public méthode

public cleanup ( System.Action block ) : void
block System.Action
Résultat void

cleanup() public méthode

public cleanup ( string name, System.Action block ) : void
name string
block System.Action
Résultat void

desc() public méthode

public desc ( string description ) : void
description string
Résultat void

target() public méthode

public target ( string name, System.Action block ) : void
name string
block System.Action
Résultat void

target() public méthode

public target ( string name, string dependencies, System.Action block ) : void
name string
dependencies string
block System.Action
Résultat void