72 references to GetResourceString
System.Diagnostics.Process (72)
artifacts\obj\System.Diagnostics.Process\Debug\net9.0-linux\System.SR.cs (72)
16internal static string @NoAssociatedProcess => GetResourceString("NoAssociatedProcess", @"No process is associated with this object."); 18internal static string @ProcessIdRequired => GetResourceString("ProcessIdRequired", @"Feature requires a process identifier."); 20internal static string @NotSupportedRemote => GetResourceString("NotSupportedRemote", @"Feature is not supported for remote machines."); 22internal static string @NoProcessInfo => GetResourceString("NoProcessInfo", @"Process has exited, so the requested information is not available."); 24internal static string @WaitTillExit => GetResourceString("WaitTillExit", @"Process must exit before requested information can be determined."); 26internal static string @NoProcessHandle => GetResourceString("NoProcessHandle", @"Process was not started by this object, so requested information cannot be determined."); 28internal static string @MissingProcess => GetResourceString("MissingProcess", @"Process with an Id of {0} is not running."); 30internal static string @BadMinWorkset => GetResourceString("BadMinWorkset", @"Minimum working set size is invalid. It must be less than or equal to the maximum working set size."); 32internal static string @BadMaxWorkset => GetResourceString("BadMaxWorkset", @"Maximum working set size is invalid. It must be greater than or equal to the minimum working set size."); 34internal static string @ProcessHasExited => GetResourceString("ProcessHasExited", @"Cannot process request because the process ({0}) has exited."); 36internal static string @ProcessHasExitedNoId => GetResourceString("ProcessHasExitedNoId", @"Cannot process request because the process has exited."); 38internal static string @ThreadExited => GetResourceString("ThreadExited", @"The request cannot be processed because the thread ({0}) has exited."); 40internal static string @ProcessDisabled => GetResourceString("ProcessDisabled", @"Process performance counter is disabled, so the requested operation cannot be performed."); 42internal static string @WaitReasonUnavailable => GetResourceString("WaitReasonUnavailable", @"WaitReason is only available if the ThreadState is Wait."); 44internal static string @NotSupportedRemoteThread => GetResourceString("NotSupportedRemoteThread", @"Feature is not supported for threads on remote computers."); 46internal static string @CouldntConnectToRemoteMachine => GetResourceString("CouldntConnectToRemoteMachine", @"Couldn't connect to remote machine."); 48internal static string @CouldntGetProcessInfos => GetResourceString("CouldntGetProcessInfos", @"Couldn't get process information from performance counter."); 50internal static string @InputIdleUnknownError => GetResourceString("InputIdleUnknownError", @"WaitForInputIdle failed. This could be because the process does not have a graphical interface."); 52internal static string @FileNameMissing => GetResourceString("FileNameMissing", @"Cannot start process because a file name has not been provided."); 54internal static string @EnumProcessModuleFailed => GetResourceString("EnumProcessModuleFailed", @"Unable to enumerate the process modules."); 56internal static string @EnumProcessModuleFailedDueToWow => GetResourceString("EnumProcessModuleFailedDueToWow", @"A 32 bit processes cannot access modules of a 64 bit process."); 58internal static string @NoAsyncOperation => GetResourceString("NoAsyncOperation", @"No async read operation is in progress on the stream."); 60internal static string @InvalidApplication => GetResourceString("InvalidApplication", @"The specified executable is not a valid application for this OS platform."); 62internal static string @ErrorStartingProcess => GetResourceString("ErrorStartingProcess", @"An error occurred trying to start process '{0}' with working directory '{1}'. {2}"); 64internal static string @StandardOutputEncodingNotAllowed => GetResourceString("StandardOutputEncodingNotAllowed", @"StandardOutputEncoding is only supported when standard output is redirected."); 66internal static string @StandardErrorEncodingNotAllowed => GetResourceString("StandardErrorEncodingNotAllowed", @"StandardErrorEncoding is only supported when standard error is redirected."); 68internal static string @CantGetStandardOut => GetResourceString("CantGetStandardOut", @"StandardOut has not been redirected or the process hasn't started yet."); 70internal static string @CantGetStandardIn => GetResourceString("CantGetStandardIn", @"StandardIn has not been redirected."); 72internal static string @CantGetStandardError => GetResourceString("CantGetStandardError", @"StandardError has not been redirected."); 74internal static string @CantMixSyncAsyncOperation => GetResourceString("CantMixSyncAsyncOperation", @"Cannot mix synchronous and asynchronous operation on process stream."); 76internal static string @CantRedirectStreams => GetResourceString("CantRedirectStreams", @"The Process object must have the UseShellExecute property set to false in order to redirect IO streams."); 78internal static string @DirectoryNotValidAsInput => GetResourceString("DirectoryNotValidAsInput", @"The FileName property should not be a directory unless UseShellExecute is set."); 80internal static string @PendingAsyncOperation => GetResourceString("PendingAsyncOperation", @"An async read operation has already been started on the stream."); 82internal static string @CategoryHelpCorrupt => GetResourceString("CategoryHelpCorrupt", @"Cannot load Category Help data because an invalid index '{0}' was read from the registry."); 84internal static string @CounterNameCorrupt => GetResourceString("CounterNameCorrupt", @"Cannot load Counter Name data because an invalid index '{0}' was read from the registry."); 86internal static string @CounterDataCorrupt => GetResourceString("CounterDataCorrupt", @"Cannot load Performance Counter data because an unexpected registry key value type was read from '{0}'."); 88internal static string @CantGetProcessStartInfo => GetResourceString("CantGetProcessStartInfo", @"Process was not started by this object, so requested information cannot be determined."); 90internal static string @CantSetProcessStartInfo => GetResourceString("CantSetProcessStartInfo", @"Process is already associated with a real process, so the requested operation cannot be performed."); 92internal static string @CantGetAllPids => GetResourceString("CantGetAllPids", @"Could not get all running Process IDs."); 94internal static string @NegativePidNotSupported => GetResourceString("NegativePidNotSupported", @"Process IDs cannot be negative."); 96internal static string @ProcessorAffinityNotSupported => GetResourceString("ProcessorAffinityNotSupported", @"Processor affinity for processes or threads is not supported on this platform."); 98internal static string @ProcessStartWithPasswordAndDomainNotSupported => GetResourceString("ProcessStartWithPasswordAndDomainNotSupported", @"Starting a process as another user with a specified password and domain is not supported on this platform."); 100internal static string @ProcessStartSingleFeatureNotSupported => GetResourceString("ProcessStartSingleFeatureNotSupported", @"The {0} property is not supported on this platform."); 102internal static string @Process_PlatformNotSupported => GetResourceString("Process_PlatformNotSupported", @"System.Diagnostics.Process is not supported on this platform."); 104internal static string @RUsageFailure => GetResourceString("RUsageFailure", @"Failed to set or retrieve rusage information. See the error code for OS-specific error information."); 106internal static string @MinimumWorkingSetNotSupported => GetResourceString("MinimumWorkingSetNotSupported", @"Setting the minimum working set is not supported on this platform."); 108internal static string @OsxExternalProcessWorkingSetNotSupported => GetResourceString("OsxExternalProcessWorkingSetNotSupported", @"Getting or setting the working set limits on other processes is not supported on this platform."); 110internal static string @ThreadPriorityNotSupported => GetResourceString("ThreadPriorityNotSupported", @"Getting or setting the thread priority is not supported on this platform."); 112internal static string @ProcessInformationUnavailable => GetResourceString("ProcessInformationUnavailable", @"Unable to retrieve the specified information about the process or thread. It may have exited or may be privileged."); 114internal static string @RemoteMachinesNotSupported => GetResourceString("RemoteMachinesNotSupported", @"Access to processes on remote machines is not supported on this platform."); 116internal static string @CantSetDuplicatePassword => GetResourceString("CantSetDuplicatePassword", @"ProcessStartInfo.Password and ProcessStartInfo.PasswordInClearText cannot both be set. Use only one of them."); 118internal static string @CantEnableConflictingLogonFlags => GetResourceString("CantEnableConflictingLogonFlags", @"ProcessStartInfo.LoadUserProfile and ProcessStartInfo.UseCredentialsForNetworkingOnly cannot both be set. Use only one of them."); 120internal static string @ArgumentOutOfRange_IndexCountBuffer => GetResourceString("ArgumentOutOfRange_IndexCountBuffer", @"Index and count must refer to a location within the buffer."); 122internal static string @ArgumentOutOfRange_IndexCount => GetResourceString("ArgumentOutOfRange_IndexCount", @"Index and count must refer to a location within the string."); 124internal static string @ArgumentOutOfRange_IndexMustBeLess => GetResourceString("ArgumentOutOfRange_IndexMustBeLess", @"Index was out of range. Must be non-negative and less than the size of the collection."); 126internal 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."); 128internal static string @Argument_EncodingConversionOverflowBytes => GetResourceString("Argument_EncodingConversionOverflowBytes", @"The output byte buffer is too small to contain the encoded data, encoding '{0}' fallback '{1}'."); 130internal static string @Argument_EncodingConversionOverflowChars => GetResourceString("Argument_EncodingConversionOverflowChars", @"The output char buffer is too small to contain the decoded characters, encoding '{0}' fallback '{1}'."); 132internal 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."); 134internal 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."); 136internal static string @Argument_InvalidCharSequenceNoIndex => GetResourceString("Argument_InvalidCharSequenceNoIndex", @"String contains invalid Unicode code points."); 138internal 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."); 140internal static string @CantUseEnvVars => GetResourceString("CantUseEnvVars", @"The Process object must have the UseShellExecute property set to false in order to use environment variables."); 142internal static string @UseShellExecuteNotSupported => GetResourceString("UseShellExecuteNotSupported", @"UseShellExecute is not supported on this platform."); 144internal static string @StandardInputEncodingNotAllowed => GetResourceString("StandardInputEncodingNotAllowed", @"StandardInputEncoding is only supported when standard input is redirected."); 146internal static string @UserDoesNotExist => GetResourceString("UserDoesNotExist", @"User with name '{0}' was not found."); 148internal static string @UserGroupsCannotBeDetermined => GetResourceString("UserGroupsCannotBeDetermined", @"Cannot determine groups that user '{0}' belongs to."); 150internal static string @ArgumentAndArgumentListInitialized => GetResourceString("ArgumentAndArgumentListInitialized", @"Only one of Arguments or ArgumentList may be used."); 152internal static string @ArgumentListMayNotContainNull => GetResourceString("ArgumentListMayNotContainNull", @"ArgumentList may not contain null."); 154internal static string @KillEntireProcessTree_DisallowedBecauseTreeContainsCallingProcess => GetResourceString("KillEntireProcessTree_DisallowedBecauseTreeContainsCallingProcess", @"Cannot be used to terminate a process tree containing the calling process."); 156internal static string @KillEntireProcessTree_TerminationIncomplete => GetResourceString("KillEntireProcessTree_TerminationIncomplete", @"Not all processes in process tree could be terminated."); 158internal static string @InvalidSysctl => GetResourceString("InvalidSysctl", @"sysctl {0} failed with {1} error.");