@@ -10,63 +10,89 @@ public static partial class Console
10
10
{
11
11
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
12
12
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
13
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
14
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
13
15
public static System . ConsoleColor BackgroundColor { get { throw null ; } set { } }
14
- public static int BufferHeight { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
15
- public static int BufferWidth { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
16
+ public static int BufferHeight { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
17
+ public static int BufferWidth { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
16
18
[ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ]
17
19
public static bool CapsLock { get { throw null ; } }
18
20
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
19
21
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
22
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
23
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
20
24
public static int CursorLeft { get { throw null ; } set { } }
21
- public static int CursorSize { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
25
+ public static int CursorSize { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
22
26
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
23
27
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
28
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
29
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
24
30
public static int CursorTop { get { throw null ; } set { } }
25
- public static bool CursorVisible { [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] get { throw null ; } [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ] set { } }
31
+ public static bool CursorVisible { [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] get { throw null ; } [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ] set { } }
26
32
public static System . IO . TextWriter Error { get { throw null ; } }
27
33
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
28
34
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
35
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
36
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
29
37
public static System . ConsoleColor ForegroundColor { get { throw null ; } set { } }
30
38
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
31
39
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
40
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
41
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
32
42
public static System . IO . TextReader In { get { throw null ; } }
33
43
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
34
44
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
45
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
46
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
35
47
public static System . Text . Encoding InputEncoding { get { throw null ; } set { } }
36
48
public static bool IsErrorRedirected { get { throw null ; } }
37
49
public static bool IsInputRedirected { get { throw null ; } }
38
50
public static bool IsOutputRedirected { get { throw null ; } }
39
51
public static bool KeyAvailable { get { throw null ; } }
40
52
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
41
53
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
54
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
55
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
42
56
public static int LargestWindowHeight { get { throw null ; } }
43
57
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
44
58
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
59
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
60
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
45
61
public static int LargestWindowWidth { get { throw null ; } }
46
62
[ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ]
47
63
public static bool NumberLock { get { throw null ; } }
48
64
public static System . IO . TextWriter Out { get { throw null ; } }
49
- public static System . Text . Encoding OutputEncoding { get { throw null ; } [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ] set { } }
50
- public static string Title { [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] get { throw null ; } [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ] set { } }
65
+ public static System . Text . Encoding OutputEncoding { get { throw null ; } [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ] set { } }
66
+ public static string Title { [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] get { throw null ; } [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ] set { } }
51
67
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
52
68
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
69
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
70
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
53
71
public static bool TreatControlCAsInput { get { throw null ; } set { } }
54
- public static int WindowHeight { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
72
+ public static int WindowHeight { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
55
73
public static int WindowLeft { get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
56
74
public static int WindowTop { get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
57
- public static int WindowWidth { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
75
+ public static int WindowWidth { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
58
76
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
59
77
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
78
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
79
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
60
80
public static event System . ConsoleCancelEventHandler ? CancelKeyPress { add { } remove { } }
61
81
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
62
82
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
83
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
84
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
63
85
public static void Beep ( ) { }
64
86
[ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ]
65
87
public static void Beep ( int frequency , int duration ) { }
66
88
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
89
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
90
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
67
91
public static void Clear ( ) { }
68
92
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
69
93
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
94
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
95
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
70
96
public static ( int Left , int Top ) GetCursorPosition ( ) { throw null ; }
71
97
[ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ]
72
98
public static void MoveBufferArea ( int sourceLeft , int sourceTop , int sourceWidth , int sourceHeight , int targetLeft , int targetTop ) { }
@@ -76,6 +102,8 @@ public static void MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth
76
102
public static System . IO . Stream OpenStandardError ( int bufferSize ) { throw null ; }
77
103
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
78
104
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
105
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
106
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
79
107
public static System . IO . Stream OpenStandardInput ( ) { throw null ; }
80
108
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
81
109
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
@@ -87,24 +115,34 @@ public static void MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth
87
115
public static int Read ( ) { throw null ; }
88
116
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
89
117
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
118
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
119
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
90
120
public static System . ConsoleKeyInfo ReadKey ( ) { throw null ; }
91
121
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
92
122
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
123
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
124
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
93
125
public static System . ConsoleKeyInfo ReadKey ( bool intercept ) { throw null ; }
94
126
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
95
127
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
96
128
public static string ? ReadLine ( ) { throw null ; }
97
129
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
98
130
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
131
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
132
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
99
133
public static void ResetColor ( ) { }
100
134
[ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ]
101
135
public static void SetBufferSize ( int width , int height ) { }
102
136
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
103
137
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
138
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
139
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
104
140
public static void SetCursorPosition ( int left , int top ) { }
105
141
public static void SetError ( System . IO . TextWriter newError ) { }
106
142
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "android" ) ]
107
143
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
144
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
145
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
108
146
public static void SetIn ( System . IO . TextReader newIn ) { }
109
147
public static void SetOut ( System . IO . TextWriter newOut ) { }
110
148
[ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ]
0 commit comments