IActionPipe¶
Namespace: VideoCataloger
Type: Interface
Interface to send data to the process that control the video player.
Definition¶
Methods¶
| Method | Description |
|---|---|
| WriteLine(string) | Write a line of text to the console window |
| Write(string) | Write text to the console window |
| Write(string) | Write text to the console window |
WriteLine¶
Write a line of text to the console window
Parameters:
| Name | Type | Description |
|---|---|---|
line |
String |
Text to be output |
Write¶
Write text to the console window
Parameters:
| Name | Type | Description |
|---|---|---|
line |
String |
Text to be written |
Write¶
Write text to the console window
Parameters:
| Name | Type | Description |
|---|---|---|
line |
String |
Text to be written |