C# Class CSharpUtils.Process.ProcessBaseCore

Afficher le fichier Open project: soywiz/csharputils

Méthodes publiques

Méthode Description
SetAction ( System.Action method ) : void
SwitchTo ( ) : void

Méthodes protégées

Méthode Description
Animate ( System.TimeSpan Time, Action StepAction ) : void
Main ( ) : void
Yield ( int count = 1 ) : void
YieldWhile ( Func Predicate ) : void
_Remove ( ) : void

Private Methods

Méthode Description
ProcessBaseCore ( ) : System

Method Details

Animate() protected méthode

protected Animate ( System.TimeSpan Time, Action StepAction ) : void
Time System.TimeSpan
StepAction Action
Résultat void

Main() protected abstract méthode

protected abstract Main ( ) : void
Résultat void

SetAction() public méthode

public SetAction ( System.Action method ) : void
method System.Action
Résultat void

SwitchTo() public méthode

public SwitchTo ( ) : void
Résultat void

Yield() protected méthode

protected Yield ( int count = 1 ) : void
count int
Résultat void

YieldWhile() protected méthode

protected YieldWhile ( Func Predicate ) : void
Predicate Func
Résultat void

_Remove() protected méthode

protected _Remove ( ) : void
Résultat void