C# 클래스 Unity.IL2CPP.CodeWriter

상속: IDisposable
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
BeginBlock ( ) : void
BeginBlock ( string comment ) : void
Dedent ( [ count ) : void
Dispose ( ) : void
EndBlock ( [ semicolon ) : void
EndBlock ( string comment, [ semicolon ) : void
Indent ( [ count ) : void
Write ( string block ) : void
WriteCommentedLine ( string block ) : void
WriteLine ( ) : void
WriteLine ( string block ) : void
WriteStatement ( string block ) : void
WriteUnindented ( string block ) : void

보호된 메소드들

메소드 설명
CodeWriter ( StreamWriter writer ) : System

비공개 메소드들

메소드 설명
WriteIndented ( string s ) : void

메소드 상세

BeginBlock() 공개 메소드

public BeginBlock ( ) : void
리턴 void

BeginBlock() 공개 메소드

public BeginBlock ( string comment ) : void
comment string
리턴 void

CodeWriter() 보호된 메소드

protected CodeWriter ( StreamWriter writer ) : System
writer System.IO.StreamWriter
리턴 System

Dedent() 공개 메소드

public Dedent ( [ count ) : void
count [
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndBlock() 공개 메소드

public EndBlock ( [ semicolon ) : void
semicolon [
리턴 void

EndBlock() 공개 메소드

public EndBlock ( string comment, [ semicolon ) : void
comment string
semicolon [
리턴 void

Indent() 공개 메소드

public Indent ( [ count ) : void
count [
리턴 void

Write() 공개 메소드

public Write ( string block ) : void
block string
리턴 void

WriteCommentedLine() 공개 메소드

public WriteCommentedLine ( string block ) : void
block string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string block ) : void
block string
리턴 void

WriteStatement() 공개 메소드

public WriteStatement ( string block ) : void
block string
리턴 void

WriteUnindented() 공개 메소드

public WriteUnindented ( string block ) : void
block string
리턴 void