C# 클래스 TranslateTool.GenerateDll

파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DllName string
ErrorText string
Namespace string
OutputDirectory string

공개 메소드들

메소드 설명
Generate ( ResourceDirectory directory ) : bool

비공개 메소드들

메소드 설명
ConvertResX ( ResXFile resxFile, string directoryPath ) : bool
GetResourcesName ( ResXFile resxFile, string directoryPath ) : string

메소드 상세

Generate() 공개 메소드

public Generate ( ResourceDirectory directory ) : bool
directory ResourceDirectory
리턴 bool

프로퍼티 상세

DllName 공개적으로 프로퍼티

public string DllName
리턴 string

ErrorText 공개적으로 프로퍼티

public string ErrorText
리턴 string

Namespace 공개적으로 프로퍼티

public string Namespace
리턴 string

OutputDirectory 공개적으로 프로퍼티

public string OutputDirectory
리턴 string