C# 클래스 FDOxml2cs.SourceWriter

파일 보기 프로젝트 열기: mono/winforms-tools 1 사용 예제들

공개 메소드들

메소드 설명
Flush ( ) : void
SourceWriter ( ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
AddByteArray ( string tabs, string matchname, byte bmatchvalue, int btype ) : void
AddMatches ( ArrayList matches, MimeType mimeType, int cookie, string lastmatchname ) : void
BuildByteArrays ( string tabs, string matchname, byte bmatchvalue, Match match ) : void
EndOutput ( ) : void
GenerateAliases ( ) : void
GenerateCode ( ) : void
GenerateGlobals ( ) : void
GenerateMatches ( ) : void
GenerateMimeTypes ( ) : void
GenerateSubClasses ( ) : void
HexStringToByteArray ( string match ) : byte[]
InitOutput ( ) : void
MatchValueOtherToByteArray ( string match, MatchTypes matchType ) : byte[]
MatchValueStringToByteArray ( string match ) : byte[]
OctalStringToInt ( string input ) : uint

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

SourceWriter() 공개 메소드

public SourceWriter ( ) : System
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void