C# 클래스 ilcclib.Preprocessor.IncludeReader

상속: IIncludeReader
파일 보기 프로젝트 열기: soywiz/ilcc 1 사용 예제들

공개 메소드들

메소드 설명
AddFolder ( string Path ) : void
AddZip ( Stream Stream, string ZipPath ) : void
AddZip ( string ZipPath ) : void
IncludeReader ( bool AddEmbeddedCLib = true ) : System
ReadIncludeFile ( string CurrentFile, string FileName, bool System, string &FullNewFileName ) : string

메소드 상세

AddFolder() 공개 메소드

public AddFolder ( string Path ) : void
Path string
리턴 void

AddZip() 공개 메소드

public AddZip ( Stream Stream, string ZipPath ) : void
Stream Stream
ZipPath string
리턴 void

AddZip() 공개 메소드

public AddZip ( string ZipPath ) : void
ZipPath string
리턴 void

IncludeReader() 공개 메소드

public IncludeReader ( bool AddEmbeddedCLib = true ) : System
AddEmbeddedCLib bool
리턴 System

ReadIncludeFile() 공개 메소드

public ReadIncludeFile ( string CurrentFile, string FileName, bool System, string &FullNewFileName ) : string
CurrentFile string
FileName string
System bool
FullNewFileName string
리턴 string