6internal static class SR
82 internal static string Format(
string resourceFormat,
object p1)
86 return string.Join(
", ", resourceFormat, p1);
88 return string.Format(resourceFormat, p1);
91 internal static string Format(
string resourceFormat,
object p1,
object p2)
95 return string.Join(
", ", resourceFormat, p1, p2);
97 return string.Format(resourceFormat, p1, p2);
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string IO_FileExists_Name
static string IO_PathTooLong
static string Argument_InvalidFileModeAndFileSystemRightsCombo
static string ArgumentOutOfRange_NeedPosNum
static string Arg_MustBeIdentityReferenceType
static string IO_AlreadyExists_Name
static ResourceManager s_resourceManager
static string ArgumentOutOfRange_Enum
static string Format(string resourceFormat, object p1)
static string Argument_InvalidName
static string Format(string resourceFormat, object p1, object p2)
static ResourceManager ResourceManager
static string IO_SharingViolation_File
static string UnauthorizedAccess_IODenied_Path
static string AccessControl_InvalidHandle
static string IO_SharingViolation_NoFileName
static string IO_PathNotFound_NoPathName
static string IO_FileNotFound
static string IO_FileNotFound_FileName
static string GetResourceString(string resourceKey)
static bool UsingResourceKeys()
static string Arg_PathEmpty
static readonly bool s_usingResourceKeys
static string TypeUnrecognized_AccessControl
static string Argument_InvalidEnumValue
static string InvalidOperation_RemoveFail
static string IO_PathTooLong_Path
static string ObjectDisposed_FileClosed
static string IO_PathNotFound_Path
static string UnauthorizedAccess_IODenied_NoPathName