C# Class Runt.DesignTimeHost.ProcessingQueue

Inheritance: IDisposable
Afficher le fichier Open project: Runt-Editor/Runt Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Post ( Message message ) : void
ProcessingQueue ( Stream stream, Process process ) : System
Start ( ) : void

Private Methods

Méthode Description
ReceiveMessages ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Post() public méthode

public Post ( Message message ) : void
message Message
Résultat void

ProcessingQueue() public méthode

public ProcessingQueue ( Stream stream, Process process ) : System
stream Stream
process System.Diagnostics.Process
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void