C# Class System.Tools.ResGen

Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
Main ( String args ) : void

Private Methods

Method Description
AddResource ( string name, object value, String inputFileName ) : void
AddResource ( string name, object value, String inputFileName, int lineNumber, int linePosition ) : void
Error ( String message ) : void
Error ( String message, String fileName ) : void
Error ( String message, String fileName, int errorNumber ) : void
Error ( String message, String fileName, int line, int column ) : void
Error ( String message, String fileName, int line, int column, int errorNumber ) : void
Error ( String message, int errorNumber ) : void
GetFormat ( string filename ) : System.Text.Format
GetResourceFileName ( String inFile ) : String
ProcessFile ( String inFile, String outFile, ResourceClassOptions resourceClassOptions, bool useSourcePath ) : void
ReadResources ( IResourceReader reader, String fileName ) : void
ReadResources ( String filename, bool useSourcePath ) : void
ReadTextResources ( String fileName ) : void
Usage ( ) : void
ValidResourceFileName ( String inFile ) : bool
Warning ( String message, String fileName ) : void
Warning ( String message, String fileName, int warningNumber ) : void
Warning ( String message, String fileName, int line, int column ) : void
Warning ( String message, String fileName, int line, int column, int warningNumber ) : void
Warning ( string message ) : void
WriteResources ( IResourceWriter writer ) : void
WriteResources ( String filename ) : void
WriteTextResources ( String fileName ) : void

Method Details

Main() public static method

public static Main ( String args ) : void
args String
return void