C# Class Runt.DesignTimeHost.ProcessingQueue

Inheritance: IDisposable
Exibir arquivo Open project: Runt-Editor/Runt Class Usage Examples

Public Methods

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

Private Methods

Method Description
ReceiveMessages ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Post() public method

public Post ( Message message ) : void
message Message
return void

ProcessingQueue() public method

public ProcessingQueue ( Stream stream, Process process ) : System
stream Stream
process System.Diagnostics.Process
return System

Start() public method

public Start ( ) : void
return void