LocalizationResources Class

Definition

Provides localizable strings for help and error messages.

public ref class LocalizationResources
public class LocalizationResources
type LocalizationResources = class
Public Class LocalizationResources
Inheritance
LocalizationResources

Constructors

LocalizationResources()

Initializes a new instance of the LocalizationResources class.

Properties

Instance

Gets a global instance of the LocalizationResources class.

Methods

ArgumentConversionCannotParse(String, Type)

Interpolates values into a localized string similar to Cannot parse argument '{0}' as expected type {1}..

ArgumentConversionCannotParseForCommand(String, String, Type)

Interpolates values into a localized string similar to Cannot parse argument '{0}' for command '{1}' as expected type {2}..

ArgumentConversionCannotParseForOption(String, String, Type)

Interpolates values into a localized string similar to Cannot parse argument '{0}' for option '{1}' as expected type {2}..

DirectoryDoesNotExist(String)

Interpolates values into a localized string similar to Directory does not exist: {0}.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
ErrorReadingResponseFile(String, IOException)

Interpolates values into a localized string similar to Error reading response file '{0}': {1}.

ExceptionHandlerHeader()

Interpolates values into a localized string similar to Unhandled exception: .

ExpectsFewerArguments(Token, Int32, Int32)

Interpolates values into a localized string similar to Command '{0}' expects no more than {1} arguments, but {2} were provided.

ExpectsOneArgument(SymbolResult)

Interpolates values into a localized string similar to Command '{0}' expects a single argument but {1} were provided.

FileDoesNotExist(String)

Interpolates values into a localized string similar to File does not exist: {0}.

FileOrDirectoryDoesNotExist(String)

Interpolates values into a localized string similar to File or directory does not exist: {0}.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetResourceString(String, Object[])

Interpolates values into a localized string.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
HelpAdditionalArgumentsDescription()

Interpolates values into a localized string similar to Arguments passed to the application that is being run..

HelpAdditionalArgumentsTitle()

Interpolates values into a localized string similar to Additional Arguments:.

HelpArgumentDefaultValueLabel()

Interpolates values into a localized string similar to default.

HelpArgumentsTitle()

Interpolates values into a localized string similar to Arguments:.

HelpCommandsTitle()

Interpolates values into a localized string similar to Commands:.

HelpDescriptionTitle()

Interpolates values into a localized string similar to Description:.

HelpOptionDescription()

Interpolates values into a localized string similar to Show help and usage information.

HelpOptionsRequiredLabel()

Interpolates values into a localized string similar to (REQUIRED).

HelpOptionsTitle()

Interpolates values into a localized string similar to Options:.

HelpUsageAdditionalArguments()

Interpolates values into a localized string similar to [[--] <additional arguments>...]].

HelpUsageCommand()

Interpolates values into a localized string similar to [command].

HelpUsageOptions()

Interpolates values into a localized string similar to [options].

HelpUsageTitle()

Interpolates values into a localized string similar to Usage:.

InvalidCharactersInFileName(Char)

Interpolates values into a localized string similar to Character not allowed in a file name: {0}.

InvalidCharactersInPath(Char)

Interpolates values into a localized string similar to Character not allowed in a path: {0}.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
NoArgumentProvided(SymbolResult)

Interpolates values into a localized string similar to No argument was provided for Command '{0}'..

RequiredArgumentMissing(SymbolResult)

Interpolates values into a localized string similar to Required argument missing for command: {0}.

RequiredCommandWasNotProvided()

Interpolates values into a localized string similar to Required command was not provided.

ResponseFileNotFound(String)

Interpolates values into a localized string similar to Response file not found '{0}'.

SuggestionsTokenNotMatched(String)

Interpolates values into a localized string similar to '{0}' was not matched. Did you mean one of the following?.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
UnrecognizedArgument(String, IReadOnlyCollection<String>)

Interpolates values into a localized string similar to Argument '{0}' not recognized. Must be one of:{1}.

UnrecognizedCommandOrArgument(String)

Interpolates values into a localized string similar to Unrecognized command or argument '{0}'.

VersionOptionCannotBeCombinedWithOtherArguments(String)

Interpolates values into a localized string similar to {0} option cannot be combined with other arguments..

VersionOptionDescription()

Interpolates values into a localized string similar to Show version information.

Applies to