C# Class ilcclib.Preprocessor.IncludeReader

Inheritance: IIncludeReader
Afficher le fichier Open project: soywiz/ilcc Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddFolder ( string Path ) : void
Path string
Résultat void

AddZip() public méthode

public AddZip ( Stream Stream, string ZipPath ) : void
Stream Stream
ZipPath string
Résultat void

AddZip() public méthode

public AddZip ( string ZipPath ) : void
ZipPath string
Résultat void

IncludeReader() public méthode

public IncludeReader ( bool AddEmbeddedCLib = true ) : System
AddEmbeddedCLib bool
Résultat System

ReadIncludeFile() public méthode

public ReadIncludeFile ( string CurrentFile, string FileName, bool System, string &FullNewFileName ) : string
CurrentFile string
FileName string
System bool
FullNewFileName string
Résultat string