C# Class ExamplesFx.ExampleBase.VirtualConsole

Afficher le fichier Open project: MarcosMeli/ExamplesFx

Private Properties

Свойство Type Description
OnChanged void

Méthodes publiques

Méthode Description
Clear ( ) : void
VirtualConsole ( ) : System
Write ( object value ) : void
Write ( string value ) : void
WriteLine ( ) : void
WriteLine ( object value ) : void
WriteLine ( string value ) : void

Private Methods

Méthode Description
OnChanged ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

VirtualConsole() public méthode

public VirtualConsole ( ) : System
Résultat System

Write() public méthode

public Write ( object value ) : void
value object
Résultat void

Write() public méthode

public Write ( string value ) : void
value string
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( object value ) : void
value object
Résultat void

WriteLine() public méthode

public WriteLine ( string value ) : void
value string
Résultat void