C# 클래스 RenameRegex.Program

RenameRegex command line program
파일 보기 프로젝트 열기: nicjansma/rename-regex

공개 메소드들

메소드 설명
Main ( string args ) : int

Main command line

비공개 메소드들

메소드 설명
GetArguments ( string args, string &fileMatch, string &nameSearch, string &nameReplace, bool &pretend, bool &recursive, bool &force ) : bool

Gets the program arguments

Usage ( ) : void

메소드 상세

Main() 공개 정적인 메소드

Main command line
public static Main ( string args ) : int
args string Command line arguments
리턴 int