C# 클래스 Patcher.Rules.CodeBuilder

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

공개 메소드들

메소드 설명
BeginMethod ( string name, Type sourceProxyType ) : void
BeginMethod ( string name, Type sourceProxyType, Type targetProxyType ) : void
CodeBuilder ( string namespaceName, string className, string comment ) : System
EndMethod ( ) : void
ReturnTrue ( ) : void
ToString ( ) : string
WriteCode ( string code ) : void
WriteCodeAsReturn ( string code ) : void

비공개 메소드들

메소드 설명
Beautify ( string source ) : string
NamespaceIsValid ( string ns ) : bool

메소드 상세

BeginMethod() 공개 메소드

public BeginMethod ( string name, Type sourceProxyType ) : void
name string
sourceProxyType System.Type
리턴 void

BeginMethod() 공개 메소드

public BeginMethod ( string name, Type sourceProxyType, Type targetProxyType ) : void
name string
sourceProxyType System.Type
targetProxyType System.Type
리턴 void

CodeBuilder() 공개 메소드

public CodeBuilder ( string namespaceName, string className, string comment ) : System
namespaceName string
className string
comment string
리턴 System

EndMethod() 공개 메소드

public EndMethod ( ) : void
리턴 void

ReturnTrue() 공개 메소드

public ReturnTrue ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteCode() 공개 메소드

public WriteCode ( string code ) : void
code string
리턴 void

WriteCodeAsReturn() 공개 메소드

public WriteCodeAsReturn ( string code ) : void
code string
리턴 void