4.0.0-beta-23225
1 Sep 15
Toggle Dropdown
Version 4
4.3.1
16 Apr 18
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.1
16 Apr 18
4.0.0
27 Jun 16
4.0.0-rc2-24027
16 May 16
4.0.0-beta-23516
18 Nov 15
4.0.0-beta-23409
15 Oct 15
4.0.0-beta-23225
1 Sep 15
4.0.0-beta-23123
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
4.0.0-beta-22416
16 Jan 15
4.0.0-beta-22231
11 Nov 14
Compare to version...
with 4.0.0-beta-22231
Toggle Dropdown
Version 4
4.3.1
16 Apr 18
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.1
16 Apr 18
4.0.0
27 Jun 16
4.0.0-rc2-24027
16 May 16
4.0.0-beta-23516
18 Nov 15
4.0.0-beta-23409
15 Oct 15
4.0.0-beta-23225
1 Sep 15
4.0.0-beta-23123
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
4.0.0-beta-22416
16 Jan 15
4.0.0-beta-22231
11 Nov 14
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Console"
Version
=
"4.0.0-beta-23225"
/>
API Differences between 4.0.0-beta-23225 and 4.0.0-beta-22231
15
Additions
0
Removals
System
public
static
class
Console
public
static
event
ConsoleCancelEventHandler
CancelKeyPress
public
static
Stream
OpenStandardError
()
public
static
Stream
OpenStandardInput
()
public
static
Stream
OpenStandardOutput
()
public
sealed
class
ConsoleCancelEventArgs
:
EventArgs
public
bool
Cancel
{
get
;
set
; }
public
ConsoleSpecialKey
SpecialKey
{
get
; }
public
sealed
delegate
ConsoleCancelEventHandler
:
MulticastDelegate
public
ConsoleCancelEventHandler
(
object
object
,
IntPtr
method
)
public
virtual
IAsyncResult
BeginInvoke
(
object
sender
,
ConsoleCancelEventArgs
e
,
AsyncCallback
callback
,
object
object
)
public
virtual
void
EndInvoke
(
IAsyncResult
result
)
public
virtual
void
Invoke
(
object
sender
,
ConsoleCancelEventArgs
e
)
public
enum
ConsoleSpecialKey
ControlBreak
=
1
ControlC
=
0