File: artifacts\obj\System.Diagnostics.Process\Debug\net9.0-linux\System.SR.cs
Project: src\src\libraries\System.Diagnostics.Process\src\System.Diagnostics.Process.csproj (System.Diagnostics.Process)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Diagnostics.Process
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Diagnostics.Process.SR)));
 
        /// <summary>No process is associated with this object.</summary>
        internal static string @NoAssociatedProcess => GetResourceString("NoAssociatedProcess", @"No process is associated with this object.");
        /// <summary>Feature requires a process identifier.</summary>
        internal static string @ProcessIdRequired => GetResourceString("ProcessIdRequired", @"Feature requires a process identifier.");
        /// <summary>Feature is not supported for remote machines.</summary>
        internal static string @NotSupportedRemote => GetResourceString("NotSupportedRemote", @"Feature is not supported for remote machines.");
        /// <summary>Process has exited, so the requested information is not available.</summary>
        internal static string @NoProcessInfo => GetResourceString("NoProcessInfo", @"Process has exited, so the requested information is not available.");
        /// <summary>Process must exit before requested information can be determined.</summary>
        internal static string @WaitTillExit => GetResourceString("WaitTillExit", @"Process must exit before requested information can be determined.");
        /// <summary>Process was not started by this object, so requested information cannot be determined.</summary>
        internal static string @NoProcessHandle => GetResourceString("NoProcessHandle", @"Process was not started by this object, so requested information cannot be determined.");
        /// <summary>Process with an Id of {0} is not running.</summary>
        internal static string @MissingProcess => GetResourceString("MissingProcess", @"Process with an Id of {0} is not running.");
        /// <summary>Minimum working set size is invalid. It must be less than or equal to the maximum working set size.</summary>
        internal static string @BadMinWorkset => GetResourceString("BadMinWorkset", @"Minimum working set size is invalid. It must be less than or equal to the maximum working set size.");
        /// <summary>Maximum working set size is invalid. It must be greater than or equal to the minimum working set size.</summary>
        internal static string @BadMaxWorkset => GetResourceString("BadMaxWorkset", @"Maximum working set size is invalid. It must be greater than or equal to the minimum working set size.");
        /// <summary>Cannot process request because the process ({0}) has exited.</summary>
        internal static string @ProcessHasExited => GetResourceString("ProcessHasExited", @"Cannot process request because the process ({0}) has exited.");
        /// <summary>Cannot process request because the process has exited.</summary>
        internal static string @ProcessHasExitedNoId => GetResourceString("ProcessHasExitedNoId", @"Cannot process request because the process has exited.");
        /// <summary>The request cannot be processed because the thread ({0}) has exited.</summary>
        internal static string @ThreadExited => GetResourceString("ThreadExited", @"The request cannot be processed because the thread ({0}) has exited.");
        /// <summary>Process performance counter is disabled, so the requested operation cannot be performed.</summary>
        internal static string @ProcessDisabled => GetResourceString("ProcessDisabled", @"Process performance counter is disabled, so the requested operation cannot be performed.");
        /// <summary>WaitReason is only available if the ThreadState is Wait.</summary>
        internal static string @WaitReasonUnavailable => GetResourceString("WaitReasonUnavailable", @"WaitReason is only available if the ThreadState is Wait.");
        /// <summary>Feature is not supported for threads on remote computers.</summary>
        internal static string @NotSupportedRemoteThread => GetResourceString("NotSupportedRemoteThread", @"Feature is not supported for threads on remote computers.");
        /// <summary>Couldn't connect to remote machine.</summary>
        internal static string @CouldntConnectToRemoteMachine => GetResourceString("CouldntConnectToRemoteMachine", @"Couldn't connect to remote machine.");
        /// <summary>Couldn't get process information from performance counter.</summary>
        internal static string @CouldntGetProcessInfos => GetResourceString("CouldntGetProcessInfos", @"Couldn't get process information from performance counter.");
        /// <summary>WaitForInputIdle failed.  This could be because the process does not have a graphical interface.</summary>
        internal static string @InputIdleUnknownError => GetResourceString("InputIdleUnknownError", @"WaitForInputIdle failed.  This could be because the process does not have a graphical interface.");
        /// <summary>Cannot start process because a file name has not been provided.</summary>
        internal static string @FileNameMissing => GetResourceString("FileNameMissing", @"Cannot start process because a file name has not been provided.");
        /// <summary>Unable to enumerate the process modules.</summary>
        internal static string @EnumProcessModuleFailed => GetResourceString("EnumProcessModuleFailed", @"Unable to enumerate the process modules.");
        /// <summary>A 32 bit processes cannot access modules of a 64 bit process.</summary>
        internal static string @EnumProcessModuleFailedDueToWow => GetResourceString("EnumProcessModuleFailedDueToWow", @"A 32 bit processes cannot access modules of a 64 bit process.");
        /// <summary>No async read operation is in progress on the stream.</summary>
        internal static string @NoAsyncOperation => GetResourceString("NoAsyncOperation", @"No async read operation is in progress on the stream.");
        /// <summary>The specified executable is not a valid application for this OS platform.</summary>
        internal static string @InvalidApplication => GetResourceString("InvalidApplication", @"The specified executable is not a valid application for this OS platform.");
        /// <summary>An error occurred trying to start process '{0}' with working directory '{1}'. {2}</summary>
        internal static string @ErrorStartingProcess => GetResourceString("ErrorStartingProcess", @"An error occurred trying to start process '{0}' with working directory '{1}'. {2}");
        /// <summary>StandardOutputEncoding is only supported when standard output is redirected.</summary>
        internal static string @StandardOutputEncodingNotAllowed => GetResourceString("StandardOutputEncodingNotAllowed", @"StandardOutputEncoding is only supported when standard output is redirected.");
        /// <summary>StandardErrorEncoding is only supported when standard error is redirected.</summary>
        internal static string @StandardErrorEncodingNotAllowed => GetResourceString("StandardErrorEncodingNotAllowed", @"StandardErrorEncoding is only supported when standard error is redirected.");
        /// <summary>StandardOut has not been redirected or the process hasn't started yet.</summary>
        internal static string @CantGetStandardOut => GetResourceString("CantGetStandardOut", @"StandardOut has not been redirected or the process hasn't started yet.");
        /// <summary>StandardIn has not been redirected.</summary>
        internal static string @CantGetStandardIn => GetResourceString("CantGetStandardIn", @"StandardIn has not been redirected.");
        /// <summary>StandardError has not been redirected.</summary>
        internal static string @CantGetStandardError => GetResourceString("CantGetStandardError", @"StandardError has not been redirected.");
        /// <summary>Cannot mix synchronous and asynchronous operation on process stream.</summary>
        internal static string @CantMixSyncAsyncOperation => GetResourceString("CantMixSyncAsyncOperation", @"Cannot mix synchronous and asynchronous operation on process stream.");
        /// <summary>The Process object must have the UseShellExecute property set to false in order to redirect IO streams.</summary>
        internal static string @CantRedirectStreams => GetResourceString("CantRedirectStreams", @"The Process object must have the UseShellExecute property set to false in order to redirect IO streams.");
        /// <summary>The FileName property should not be a directory unless UseShellExecute is set.</summary>
        internal static string @DirectoryNotValidAsInput => GetResourceString("DirectoryNotValidAsInput", @"The FileName property should not be a directory unless UseShellExecute is set.");
        /// <summary>An async read operation has already been started on the stream.</summary>
        internal static string @PendingAsyncOperation => GetResourceString("PendingAsyncOperation", @"An async read operation has already been started on the stream.");
        /// <summary>Cannot load Category Help data because an invalid index '{0}' was read from the registry.</summary>
        internal static string @CategoryHelpCorrupt => GetResourceString("CategoryHelpCorrupt", @"Cannot load Category Help data because an invalid index '{0}' was read from the registry.");
        /// <summary>Cannot load Counter Name data because an invalid index '{0}' was read from the registry.</summary>
        internal static string @CounterNameCorrupt => GetResourceString("CounterNameCorrupt", @"Cannot load Counter Name data because an invalid index '{0}' was read from the registry.");
        /// <summary>Cannot load Performance Counter data because an unexpected registry key value type was read from '{0}'.</summary>
        internal static string @CounterDataCorrupt => GetResourceString("CounterDataCorrupt", @"Cannot load Performance Counter data because an unexpected registry key value type was read from '{0}'.");
        /// <summary>Process was not started by this object, so requested information cannot be determined.</summary>
        internal static string @CantGetProcessStartInfo => GetResourceString("CantGetProcessStartInfo", @"Process was not started by this object, so requested information cannot be determined.");
        /// <summary>Process is already associated with a real process, so the requested operation cannot be performed.</summary>
        internal static string @CantSetProcessStartInfo => GetResourceString("CantSetProcessStartInfo", @"Process is already associated with a real process, so the requested operation cannot be performed.");
        /// <summary>Could not get all running Process IDs.</summary>
        internal static string @CantGetAllPids => GetResourceString("CantGetAllPids", @"Could not get all running Process IDs.");
        /// <summary>Process IDs cannot be negative.</summary>
        internal static string @NegativePidNotSupported => GetResourceString("NegativePidNotSupported", @"Process IDs cannot be negative.");
        /// <summary>Processor affinity for processes or threads is not supported on this platform.</summary>
        internal static string @ProcessorAffinityNotSupported => GetResourceString("ProcessorAffinityNotSupported", @"Processor affinity for processes or threads is not supported on this platform.");
        /// <summary>Starting a process as another user with a specified password and domain is not supported on this platform.</summary>
        internal static string @ProcessStartWithPasswordAndDomainNotSupported => GetResourceString("ProcessStartWithPasswordAndDomainNotSupported", @"Starting a process as another user with a specified password and domain is not supported on this platform.");
        /// <summary>The {0} property is not supported on this platform.</summary>
        internal static string @ProcessStartSingleFeatureNotSupported => GetResourceString("ProcessStartSingleFeatureNotSupported", @"The {0} property is not supported on this platform.");
        /// <summary>System.Diagnostics.Process is not supported on this platform.</summary>
        internal static string @Process_PlatformNotSupported => GetResourceString("Process_PlatformNotSupported", @"System.Diagnostics.Process is not supported on this platform.");
        /// <summary>Failed to set or retrieve rusage information. See the error code for OS-specific error information.</summary>
        internal static string @RUsageFailure => GetResourceString("RUsageFailure", @"Failed to set or retrieve rusage information. See the error code for OS-specific error information.");
        /// <summary>Setting the minimum working set is not supported on this platform.</summary>
        internal static string @MinimumWorkingSetNotSupported => GetResourceString("MinimumWorkingSetNotSupported", @"Setting the minimum working set is not supported on this platform.");
        /// <summary>Getting or setting the working set limits on other processes is not supported on this platform.</summary>
        internal static string @OsxExternalProcessWorkingSetNotSupported => GetResourceString("OsxExternalProcessWorkingSetNotSupported", @"Getting or setting the working set limits on other processes is not supported on this platform.");
        /// <summary>Getting or setting the thread priority is not supported on this platform.</summary>
        internal static string @ThreadPriorityNotSupported => GetResourceString("ThreadPriorityNotSupported", @"Getting or setting the thread priority is not supported on this platform.");
        /// <summary>Unable to retrieve the specified information about the process or thread.  It may have exited or may be privileged.</summary>
        internal static string @ProcessInformationUnavailable => GetResourceString("ProcessInformationUnavailable", @"Unable to retrieve the specified information about the process or thread.  It may have exited or may be privileged.");
        /// <summary>Access to processes on remote machines is not supported on this platform.</summary>
        internal static string @RemoteMachinesNotSupported => GetResourceString("RemoteMachinesNotSupported", @"Access to processes on remote machines is not supported on this platform.");
        /// <summary>ProcessStartInfo.Password and ProcessStartInfo.PasswordInClearText cannot both be set. Use only one of them.</summary>
        internal static string @CantSetDuplicatePassword => GetResourceString("CantSetDuplicatePassword", @"ProcessStartInfo.Password and ProcessStartInfo.PasswordInClearText cannot both be set. Use only one of them.");
        /// <summary>ProcessStartInfo.LoadUserProfile and ProcessStartInfo.UseCredentialsForNetworkingOnly cannot both be set. Use only one of them.</summary>
        internal static string @CantEnableConflictingLogonFlags => GetResourceString("CantEnableConflictingLogonFlags", @"ProcessStartInfo.LoadUserProfile and ProcessStartInfo.UseCredentialsForNetworkingOnly cannot both be set. Use only one of them.");
        /// <summary>Index and count must refer to a location within the buffer.</summary>
        internal static string @ArgumentOutOfRange_IndexCountBuffer => GetResourceString("ArgumentOutOfRange_IndexCountBuffer", @"Index and count must refer to a location within the buffer.");
        /// <summary>Index and count must refer to a location within the string.</summary>
        internal static string @ArgumentOutOfRange_IndexCount => GetResourceString("ArgumentOutOfRange_IndexCount", @"Index and count must refer to a location within the string.");
        /// <summary>Index was out of range. Must be non-negative and less than the size of the collection.</summary>
        internal static string @ArgumentOutOfRange_IndexMustBeLess => GetResourceString("ArgumentOutOfRange_IndexMustBeLess", @"Index was out of range. Must be non-negative and less than the size of the collection.");
        /// <summary>Index was out of range. Must be non-negative and less than or equal to the size of the collection.</summary>
        internal static string @ArgumentOutOfRange_IndexMustBeLessOrEqual => GetResourceString("ArgumentOutOfRange_IndexMustBeLessOrEqual", @"Index was out of range. Must be non-negative and less than or equal to the size of the collection.");
        /// <summary>The output byte buffer is too small to contain the encoded data, encoding '{0}' fallback '{1}'.</summary>
        internal static string @Argument_EncodingConversionOverflowBytes => GetResourceString("Argument_EncodingConversionOverflowBytes", @"The output byte buffer is too small to contain the encoded data, encoding '{0}' fallback '{1}'.");
        /// <summary>The output char buffer is too small to contain the decoded characters, encoding '{0}' fallback '{1}'.</summary>
        internal static string @Argument_EncodingConversionOverflowChars => GetResourceString("Argument_EncodingConversionOverflowChars", @"The output char buffer is too small to contain the decoded characters, encoding '{0}' fallback '{1}'.");
        /// <summary>Too many characters. The resulting number of bytes is larger than what can be returned as an int.</summary>
        internal static string @ArgumentOutOfRange_GetByteCountOverflow => GetResourceString("ArgumentOutOfRange_GetByteCountOverflow", @"Too many characters. The resulting number of bytes is larger than what can be returned as an int.");
        /// <summary>Too many bytes. The resulting number of chars is larger than what can be returned as an int.</summary>
        internal static string @ArgumentOutOfRange_GetCharCountOverflow => GetResourceString("ArgumentOutOfRange_GetCharCountOverflow", @"Too many bytes. The resulting number of chars is larger than what can be returned as an int.");
        /// <summary>String contains invalid Unicode code points.</summary>
        internal static string @Argument_InvalidCharSequenceNoIndex => GetResourceString("Argument_InvalidCharSequenceNoIndex", @"String contains invalid Unicode code points.");
        /// <summary>The Process object must have the UseShellExecute property set to false in order to start a process as a user.</summary>
        internal static string @CantStartAsUser => GetResourceString("CantStartAsUser", @"The Process object must have the UseShellExecute property set to false in order to start a process as a user.");
        /// <summary>The Process object must have the UseShellExecute property set to false in order to use environment variables.</summary>
        internal static string @CantUseEnvVars => GetResourceString("CantUseEnvVars", @"The Process object must have the UseShellExecute property set to false in order to use environment variables.");
        /// <summary>UseShellExecute is not supported on this platform.</summary>
        internal static string @UseShellExecuteNotSupported => GetResourceString("UseShellExecuteNotSupported", @"UseShellExecute is not supported on this platform.");
        /// <summary>StandardInputEncoding is only supported when standard input is redirected.</summary>
        internal static string @StandardInputEncodingNotAllowed => GetResourceString("StandardInputEncodingNotAllowed", @"StandardInputEncoding is only supported when standard input is redirected.");
        /// <summary>User with name '{0}' was not found.</summary>
        internal static string @UserDoesNotExist => GetResourceString("UserDoesNotExist", @"User with name '{0}' was not found.");
        /// <summary>Cannot determine groups that user '{0}' belongs to.</summary>
        internal static string @UserGroupsCannotBeDetermined => GetResourceString("UserGroupsCannotBeDetermined", @"Cannot determine groups that user '{0}' belongs to.");
        /// <summary>Only one of Arguments or ArgumentList may be used.</summary>
        internal static string @ArgumentAndArgumentListInitialized => GetResourceString("ArgumentAndArgumentListInitialized", @"Only one of Arguments or ArgumentList may be used.");
        /// <summary>ArgumentList may not contain null.</summary>
        internal static string @ArgumentListMayNotContainNull => GetResourceString("ArgumentListMayNotContainNull", @"ArgumentList may not contain null.");
        /// <summary>Cannot be used to terminate a process tree containing the calling process.</summary>
        internal static string @KillEntireProcessTree_DisallowedBecauseTreeContainsCallingProcess => GetResourceString("KillEntireProcessTree_DisallowedBecauseTreeContainsCallingProcess", @"Cannot be used to terminate a process tree containing the calling process.");
        /// <summary>Not all processes in process tree could be terminated.</summary>
        internal static string @KillEntireProcessTree_TerminationIncomplete => GetResourceString("KillEntireProcessTree_TerminationIncomplete", @"Not all processes in process tree could be terminated.");
        /// <summary>sysctl {0} failed with {1} error.</summary>
        internal static string @InvalidSysctl => GetResourceString("InvalidSysctl", @"sysctl {0} failed with {1} error.");
 
    }
}