C# 클래스 com.mastergaurav.Utils.GenerateDelegate

파일 보기 프로젝트 열기: runefs/Marvin

공개 프로퍼티들

프로퍼티 타입 설명
DETAILS string
NAMESPACE string
NamespaceName string
PROLOGUE string
TargetDirectory string
USING string

공개 메소드들

메소드 설명
AskForMore ( ) : string
AskForNamespace ( ) : string
Generate ( string delName ) : void
GetTargetDir ( ) : string
IsDirectory ( string dirName ) : bool
IsHelp ( string arg ) : bool
Main ( string args ) : void
Usage ( bool wrong ) : void

메소드 상세

AskForMore() 공개 정적인 메소드

public static AskForMore ( ) : string
리턴 string

AskForNamespace() 공개 정적인 메소드

public static AskForNamespace ( ) : string
리턴 string

Generate() 공개 정적인 메소드

public static Generate ( string delName ) : void
delName string
리턴 void

GetTargetDir() 공개 정적인 메소드

public static GetTargetDir ( ) : string
리턴 string

IsDirectory() 공개 정적인 메소드

public static IsDirectory ( string dirName ) : bool
dirName string
리턴 bool

IsHelp() 공개 정적인 메소드

public static IsHelp ( string arg ) : bool
arg string
리턴 bool

Main() 공개 정적인 메소드

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

Usage() 공개 정적인 메소드

public static Usage ( bool wrong ) : void
wrong bool
리턴 void

프로퍼티 상세

DETAILS 공개적으로 정적으로 프로퍼티

public static string DETAILS
리턴 string

NAMESPACE 공개적으로 정적으로 프로퍼티

public static string NAMESPACE
리턴 string

NamespaceName 공개적으로 정적으로 프로퍼티

public static string NamespaceName
리턴 string

PROLOGUE 공개적으로 정적으로 프로퍼티

public static string PROLOGUE
리턴 string

TargetDirectory 공개적으로 정적으로 프로퍼티

public static string TargetDirectory
리턴 string

USING 공개적으로 정적으로 프로퍼티

public static string USING
리턴 string