C# 클래스 System.Tools.ResGen

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
Main ( String args ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Main() 공개 정적인 메소드

public static Main ( String args ) : void
args String
리턴 void