@@ -43,8 +43,8 @@ public Process() { }
4343 public System . Diagnostics . ProcessModule ? MainModule { get { throw null ; } }
4444 public System . IntPtr MainWindowHandle { get { throw null ; } }
4545 public string MainWindowTitle { get { throw null ; } }
46- public System . IntPtr MaxWorkingSet { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "freebsd" ) , System . Runtime . Versioning . SupportedOSPlatformAttribute ( "macos" ) , System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
47- public System . IntPtr MinWorkingSet { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "freebsd" ) , System . Runtime . Versioning . SupportedOSPlatformAttribute ( "macos" ) , System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
46+ public System . IntPtr MaxWorkingSet { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) , System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "freebsd" ) , System . Runtime . Versioning . SupportedOSPlatformAttribute ( "macos" ) , System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst ") , System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
47+ public System . IntPtr MinWorkingSet { [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) , System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) , System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "freebsd" ) , System . Runtime . Versioning . SupportedOSPlatformAttribute ( "macos" ) , System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst ") , System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
4848 public System . Diagnostics . ProcessModuleCollection Modules { get { throw null ; } }
4949 [ System . ObsoleteAttribute ( "Process.NonpagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead." ) ]
5050 public int NonpagedSystemMemorySize { get { throw null ; } }
@@ -86,9 +86,11 @@ public Process() { }
8686 public System . Diagnostics . ProcessThreadCollection Threads { get { throw null ; } }
8787 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
8888 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
89+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
8990 public System . TimeSpan TotalProcessorTime { get { throw null ; } }
9091 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
9192 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
93+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
9294 public System . TimeSpan UserProcessorTime { get { throw null ; } }
9395 [ System . ObsoleteAttribute ( "Process.VirtualMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.VirtualMemorySize64 instead." ) ]
9496 public int VirtualMemorySize { get { throw null ; } }
@@ -112,39 +114,50 @@ public static void EnterDebugMode() { }
112114 public static System . Diagnostics . Process GetProcessById ( int processId , string machineName ) { throw null ; }
113115 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
114116 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
117+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
115118 public static System . Diagnostics . Process [ ] GetProcesses ( ) { throw null ; }
116119 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
117120 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
121+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
118122 public static System . Diagnostics . Process [ ] GetProcesses ( string machineName ) { throw null ; }
119123 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
120124 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
125+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
121126 public static System . Diagnostics . Process [ ] GetProcessesByName ( string ? processName ) { throw null ; }
122127 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
123128 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
129+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
124130 public static System . Diagnostics . Process [ ] GetProcessesByName ( string ? processName , string machineName ) { throw null ; }
125131 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
126132 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
133+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
127134 public void Kill ( ) { }
128135 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
129136 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
137+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
130138 public void Kill ( bool entireProcessTree ) { }
131139 public static void LeaveDebugMode ( ) { }
132140 protected void OnExited ( ) { }
133141 public void Refresh ( ) { }
134142 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
135143 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
144+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
136145 public bool Start ( ) { throw null ; }
137146 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
138147 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
148+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
139149 public static System . Diagnostics . Process ? Start ( System . Diagnostics . ProcessStartInfo startInfo ) { throw null ; }
140150 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
141151 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
152+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
142153 public static System . Diagnostics . Process Start ( string fileName ) { throw null ; }
143154 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
144155 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
156+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
145157 public static System . Diagnostics . Process Start ( string fileName , string arguments ) { throw null ; }
146158 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
147159 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
160+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
148161 public static System . Diagnostics . Process Start ( string fileName , System . Collections . Generic . IEnumerable < string > arguments ) { throw null ; }
149162 [ System . CLSCompliantAttribute ( false ) ]
150163 [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ]
@@ -247,6 +260,7 @@ public int IdealProcessor { set { } }
247260 public System . Diagnostics . ThreadPriorityLevel PriorityLevel { [ System . Runtime . Versioning . SupportedOSPlatform ( "windows" ) ] [ System . Runtime . Versioning . SupportedOSPlatform ( "linux" ) ] [ System . Runtime . Versioning . SupportedOSPlatform ( "freebsd" ) ] get { throw null ; } [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ] set { } }
248261 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
249262 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
263+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
250264 public System . TimeSpan PrivilegedProcessorTime { get { throw null ; } }
251265 [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "windows" ) ]
252266 public System . IntPtr ProcessorAffinity { set { } }
@@ -257,9 +271,11 @@ public System.IntPtr ProcessorAffinity { set { } }
257271 public System . Diagnostics . ThreadState ThreadState { get { throw null ; } }
258272 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
259273 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
274+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
260275 public System . TimeSpan TotalProcessorTime { get { throw null ; } }
261276 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
262277 [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
278+ [ System . Runtime . Versioning . SupportedOSPlatformAttribute ( "maccatalyst" ) ]
263279 public System . TimeSpan UserProcessorTime { get { throw null ; } }
264280 public System . Diagnostics . ThreadWaitReason WaitReason { get { throw null ; } }
265281 public void ResetIdealProcessor ( ) { }
0 commit comments