OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Defines for the current Stdio Stream
Namespace:
OpenNETCF.WindowsCEAssembly: OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public enum StdIoStream |
| Visual Basic (Declaration) |
|---|
Public Enumeration StdIoStream |
| Visual Basic (Usage) |
|---|
Dim instance As StdIoStream |
| Visual C++ |
|---|
public enum class StdIoStream |
| J# |
|---|
public enum StdIoStream |
| JScript |
|---|
public enum StdIoStream |
| JavaScript |
|---|
OpenNETCF.WindowsCE.StdIoStream = function(); OpenNETCF.WindowsCE.StdIoStream.createEnum('OpenNETCF.WindowsCE.StdIoStream', false); |
Members
| Member name | Description | |
|---|---|---|
| Input |
The standard input stream (typically the console)
| |
| Output |
The standard output stream (typically the console)
| |
| ErrorOutput |
The standard error output stream
|