6internal static class SR
107 string result =
null;
118 internal static string Format(
string resourceFormat,
object p1)
122 return string.Join(
", ", resourceFormat, p1);
124 return string.Format(resourceFormat, p1);
127 internal static string Format(
string resourceFormat,
object p1,
object p2)
131 return string.Join(
", ", resourceFormat, p1, p2);
133 return string.Format(resourceFormat, p1, p2);
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string ArgumentOutOfRange_Index
static string IO_FileExists_Name
static string IO_PathTooLong
static string ArgumentOutOfRange_NeedPosNum
static string Argument_EncodingConversionOverflowBytes
static string ArgumentOutOfRange_ConsoleWindowSize_Size
static string Argument_InvalidCharSequenceNoIndex
static string IO_AlreadyExists_Name
static string ArgumentOutOfRange_IndexCount
static ResourceManager s_resourceManager
static string ArgumentOutOfRange_ConsoleWindowPos
static string ArgumentOutOfRange_GetCharCountOverflow
static string ArgumentOutOfRange_ConsoleKey
static string Argument_EncodingConversionOverflowChars
static string ArgumentOutOfRange_BeepFrequency
static string ArgumentOutOfRange_ConsoleWindowBufferSize
static string ArgumentOutOfRange_GetByteCountOverflow
static string InvalidOperation_ConsoleKeyAvailableOnFile
static string Format(string resourceFormat, object p1)
static string IO_NoConsole
static string Format(string resourceFormat, object p1, object p2)
static string NotSupported_UnseekableStream
static string ArgumentOutOfRange_IndexCountBuffer
static string NotSupported_UnwritableStream
static string ArgumentNull_Array
static string ArgumentOutOfRange_CursorSize
static ResourceManager ResourceManager
static string IO_SharingViolation_File
static string InvalidOperation_ConsoleReadKeyOnFile
static string UnauthorizedAccess_IODenied_Path
static string IO_SharingViolation_NoFileName
static string IO_PathNotFound_NoPathName
static string ArgumentOutOfRange_ConsoleBufferBoundaries
static string Arg_InvalidConsoleColor
static string IO_FileNotFound
static string IO_FileNotFound_FileName
static string NotSupported_UnreadableStream
static string ArgumentNull_Buffer
static string GetResourceString(string resourceKey)
static bool UsingResourceKeys()
static string Argument_InvalidOffLen
static readonly bool s_usingResourceKeys
static string ArgumentOutOfRange_ConsoleBufferLessThanWindowSize
static string ArgumentOutOfRange_NeedNonNegNum
static string IO_PathTooLong_Path
static string ObjectDisposed_FileClosed
static string IO_PathNotFound_Path
static string UnauthorizedAccess_IODenied_NoPathName