199 references to SR
System.Diagnostics.Process (199)
artifacts\obj\System.Diagnostics.Process\Debug\net10.0\System.Diagnostics.Process.notsupported.cs (199)
11public SafeProcessHandle() : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 12public SafeProcessHandle(System.IntPtr existingHandle, bool ownsHandle) : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 13protected override bool ReleaseHandle() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 20internal DataReceivedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 21public string? Data { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 27public MonitoringDescriptionAttribute(string description) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 28public override string Description { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 33public Process() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 34public int BasePriority { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 35public bool EnableRaisingEvents { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 36public int ExitCode { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 37public System.DateTime ExitTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 38public System.IntPtr Handle { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 39public int HandleCount { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 40public bool HasExited { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 41public int Id { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 42public string MachineName { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 43public System.Diagnostics.ProcessModule? MainModule { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 44public System.IntPtr MainWindowHandle { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 45public string MainWindowTitle { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 46public System.IntPtr MaxWorkingSet { [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos"), System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst")] get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("freebsd"), System.Runtime.Versioning.SupportedOSPlatformAttribute("macos"), System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst"), System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 47public System.IntPtr MinWorkingSet { [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos"), System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst")] get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("freebsd"), System.Runtime.Versioning.SupportedOSPlatformAttribute("macos"), System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst"), System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 48public System.Diagnostics.ProcessModuleCollection Modules { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 50public int NonpagedSystemMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 51public long NonpagedSystemMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 53public int PagedMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 54public long PagedMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 56public int PagedSystemMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 57public long PagedSystemMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 59public int PeakPagedMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 60public long PeakPagedMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 62public int PeakVirtualMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 63public long PeakVirtualMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 65public int PeakWorkingSet { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 66public long PeakWorkingSet64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 67public bool PriorityBoostEnabled { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 68public System.Diagnostics.ProcessPriorityClass PriorityClass { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 70public int PrivateMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 71public long PrivateMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 75public System.TimeSpan PrivilegedProcessorTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 76public string ProcessName { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 79public System.IntPtr ProcessorAffinity { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 80public bool Responding { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 81public Microsoft.Win32.SafeHandles.SafeProcessHandle SafeHandle { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 82public int SessionId { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 83public System.IO.StreamReader StandardError { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 84public System.IO.StreamWriter StandardInput { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 85public System.IO.StreamReader StandardOutput { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 86public System.Diagnostics.ProcessStartInfo StartInfo { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 90public System.DateTime StartTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 91public System.ComponentModel.ISynchronizeInvoke? SynchronizingObject { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 92public System.Diagnostics.ProcessThreadCollection Threads { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 96public System.TimeSpan TotalProcessorTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 100public System.TimeSpan UserProcessorTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 102public int VirtualMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 103public long VirtualMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 105public int WorkingSet { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 106public long WorkingSet64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 107public event System.Diagnostics.DataReceivedEventHandler? ErrorDataReceived { add { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } remove { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 108public event System.EventHandler Exited { add { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } remove { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 109public event System.Diagnostics.DataReceivedEventHandler? OutputDataReceived { add { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } remove { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 110public void BeginErrorReadLine() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 111public void BeginOutputReadLine() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 112public void CancelErrorRead() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 113public void CancelOutputRead() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 114public void Close() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 115public bool CloseMainWindow() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 117public static void EnterDebugMode() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 118public static System.Diagnostics.Process GetCurrentProcess() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 119public static System.Diagnostics.Process GetProcessById(int processId) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 120public static System.Diagnostics.Process GetProcessById(int processId, string machineName) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 124public static System.Diagnostics.Process[] GetProcesses() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 128public static System.Diagnostics.Process[] GetProcesses(string machineName) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 132public static System.Diagnostics.Process[] GetProcessesByName(string? processName) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 136public static System.Diagnostics.Process[] GetProcessesByName(string? processName, string machineName) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 140public void Kill() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 144public void Kill(bool entireProcessTree) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 145public static void LeaveDebugMode() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 146protected void OnExited() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 147public void Refresh() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 151public bool Start() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 155public static System.Diagnostics.Process? Start(System.Diagnostics.ProcessStartInfo startInfo) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 159public static System.Diagnostics.Process Start(string fileName) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 163public static System.Diagnostics.Process Start(string fileName, string arguments) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 167public static System.Diagnostics.Process Start(string fileName, System.Collections.Generic.IEnumerable<string> arguments) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 170public static System.Diagnostics.Process? Start(string fileName, string userName, System.Security.SecureString password, string domain) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 173public static System.Diagnostics.Process? Start(string fileName, string arguments, string userName, System.Security.SecureString password, string domain) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 174public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 175public void WaitForExit() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 176public bool WaitForExit(int milliseconds) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 177public bool WaitForExit(System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 178public System.Threading.Tasks.Task WaitForExitAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 179public bool WaitForInputIdle() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 180public bool WaitForInputIdle(int milliseconds) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 181public bool WaitForInputIdle(System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 186internal ProcessModule() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 187public System.IntPtr BaseAddress { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 188public System.IntPtr EntryPointAddress { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 189public string FileName { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 190public System.Diagnostics.FileVersionInfo FileVersionInfo { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 191public int ModuleMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 192public string ModuleName { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 193public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 197protected ProcessModuleCollection() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 198public ProcessModuleCollection(System.Diagnostics.ProcessModule[] processModules) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 199public System.Diagnostics.ProcessModule this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 200public bool Contains(System.Diagnostics.ProcessModule module) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 201public void CopyTo(System.Diagnostics.ProcessModule[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 202public int IndexOf(System.Diagnostics.ProcessModule module) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 215public ProcessStartInfo() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 216public ProcessStartInfo(string fileName) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 217public ProcessStartInfo(string fileName, string arguments) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 218public ProcessStartInfo(string fileName, System.Collections.Generic.IEnumerable<string> arguments) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 219public System.Collections.ObjectModel.Collection<string> ArgumentList { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 221public string Arguments { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 223public bool CreateNewProcessGroup { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 224public bool CreateNoWindow { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 227public string Domain { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 228public System.Collections.Generic.IDictionary<string, string?> Environment { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 230public System.Collections.Specialized.StringDictionary EnvironmentVariables { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 231public bool ErrorDialog { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 232public System.IntPtr ErrorDialogParentHandle { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 235public string FileName { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 237public bool LoadUserProfile { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 239public bool UseCredentialsForNetworkingOnly { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 242public System.Security.SecureString? Password { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 244public string? PasswordInClearText { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 245public bool RedirectStandardError { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 246public bool RedirectStandardInput { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 247public bool RedirectStandardOutput { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 248public System.Text.Encoding? StandardErrorEncoding { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 249public System.Text.Encoding? StandardInputEncoding { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 250public System.Text.Encoding? StandardOutputEncoding { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 252public string UserName { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 253public bool UseShellExecute { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 256public string Verb { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 257public string[] Verbs { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 259public System.Diagnostics.ProcessWindowStyle WindowStyle { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 262public string WorkingDirectory { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 267internal ProcessThread() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 268public int BasePriority { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 269public int CurrentPriority { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 270public int Id { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 271public int IdealProcessor { set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 272public bool PriorityBoostEnabled { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 273public System.Diagnostics.ThreadPriorityLevel PriorityLevel { [System.Runtime.Versioning.SupportedOSPlatform("windows")] [System.Runtime.Versioning.SupportedOSPlatform("linux")] [System.Runtime.Versioning.SupportedOSPlatform("freebsd")] get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 277public System.TimeSpan PrivilegedProcessorTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 279public System.IntPtr ProcessorAffinity { set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 280public System.IntPtr StartAddress { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 283public System.DateTime StartTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 284public System.Diagnostics.ThreadState ThreadState { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 288public System.TimeSpan TotalProcessorTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 292public System.TimeSpan UserProcessorTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 293public System.Diagnostics.ThreadWaitReason WaitReason { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 294public void ResetIdealProcessor() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 298protected ProcessThreadCollection() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 299public ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 300public System.Diagnostics.ProcessThread this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 301public int Add(System.Diagnostics.ProcessThread thread) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 302public bool Contains(System.Diagnostics.ProcessThread thread) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 303public void CopyTo(System.Diagnostics.ProcessThread[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 304public int IndexOf(System.Diagnostics.ProcessThread thread) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 305public void Insert(int index, System.Diagnostics.ProcessThread thread) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 306public void Remove(System.Diagnostics.ProcessThread thread) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); }