C# Class ilcclib.Preprocessor.IncludeReader

Inheritance: IIncludeReader
Datei anzeigen Open project: soywiz/ilcc Class Usage Examples

Public Methods

Method Description
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

Method Details

AddFolder() public method

public AddFolder ( string Path ) : void
Path string
return void

AddZip() public method

public AddZip ( Stream Stream, string ZipPath ) : void
Stream Stream
ZipPath string
return void

AddZip() public method

public AddZip ( string ZipPath ) : void
ZipPath string
return void

IncludeReader() public method

public IncludeReader ( bool AddEmbeddedCLib = true ) : System
AddEmbeddedCLib bool
return System

ReadIncludeFile() public method

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