Skip to content

Commit 6d3f3ff

Browse files
committed
Add autogenerated ref-part
1 parent 63f673f commit 6d3f3ff

File tree

1 file changed

+46
-8
lines changed

1 file changed

+46
-8
lines changed

src/libraries/System.Console/ref/System.Console.cs

+46-8
Original file line numberDiff line numberDiff line change
@@ -10,63 +10,89 @@ public static partial class Console
1010
{
1111
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
1212
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
13+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
14+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
1315
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 { } }
1618
[System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")]
1719
public static bool CapsLock { get { throw null; } }
1820
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
1921
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
22+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
23+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
2024
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 { } }
2226
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
2327
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
28+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
29+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
2430
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 { } }
2632
public static System.IO.TextWriter Error { get { throw null; } }
2733
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
2834
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
35+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
36+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
2937
public static System.ConsoleColor ForegroundColor { get { throw null; } set { } }
3038
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
3139
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
40+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
41+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
3242
public static System.IO.TextReader In { get { throw null; } }
3343
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
3444
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
45+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
46+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
3547
public static System.Text.Encoding InputEncoding { get { throw null; } set { } }
3648
public static bool IsErrorRedirected { get { throw null; } }
3749
public static bool IsInputRedirected { get { throw null; } }
3850
public static bool IsOutputRedirected { get { throw null; } }
3951
public static bool KeyAvailable { get { throw null; } }
4052
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
4153
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
54+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
55+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
4256
public static int LargestWindowHeight { get { throw null; } }
4357
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
4458
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
59+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
60+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
4561
public static int LargestWindowWidth { get { throw null; } }
4662
[System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")]
4763
public static bool NumberLock { get { throw null; } }
4864
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 { } }
5167
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
5268
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
69+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
70+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
5371
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 { } }
5573
public static int WindowLeft { get { throw null; } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { } }
5674
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 { } }
5876
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
5977
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
78+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
79+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
6080
public static event System.ConsoleCancelEventHandler? CancelKeyPress { add { } remove { } }
6181
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
6282
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
83+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
84+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
6385
public static void Beep() { }
6486
[System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")]
6587
public static void Beep(int frequency, int duration) { }
6688
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
89+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
90+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
6791
public static void Clear() { }
6892
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
6993
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
94+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
95+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
7096
public static (int Left, int Top) GetCursorPosition() { throw null; }
7197
[System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")]
7298
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
76102
public static System.IO.Stream OpenStandardError(int bufferSize) { throw null; }
77103
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
78104
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
105+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
106+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
79107
public static System.IO.Stream OpenStandardInput() { throw null; }
80108
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
81109
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
@@ -87,24 +115,34 @@ public static void MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth
87115
public static int Read() { throw null; }
88116
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
89117
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
118+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
119+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
90120
public static System.ConsoleKeyInfo ReadKey() { throw null; }
91121
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
92122
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
123+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
124+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
93125
public static System.ConsoleKeyInfo ReadKey(bool intercept) { throw null; }
94126
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
95127
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
96128
public static string? ReadLine() { throw null; }
97129
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
98130
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
131+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
132+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
99133
public static void ResetColor() { }
100134
[System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")]
101135
public static void SetBufferSize(int width, int height) { }
102136
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
103137
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
138+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
139+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
104140
public static void SetCursorPosition(int left, int top) { }
105141
public static void SetError(System.IO.TextWriter newError) { }
106142
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android")]
107143
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
144+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios")]
145+
[System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")]
108146
public static void SetIn(System.IO.TextReader newIn) { }
109147
public static void SetOut(System.IO.TextWriter newOut) { }
110148
[System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")]

0 commit comments

Comments
 (0)