C# Class OpenRA.FileSystem.InstallShieldPackage

Inheritance: IFolder
Show file Open project: pchote/OpenRA Class Usage Examples

Public Methods

Method Description
Contains ( string filename ) : bool
Dispose ( ) : void
GetStream ( string filename ) : Stream
InstallShieldPackage ( FileSystem context, string filename ) : System

Private Methods

Method Description
ParseFile ( Stream s, string dirName ) : void

Method Details

Contains() public method

public Contains ( string filename ) : bool
filename string
return bool

Dispose() public method

public Dispose ( ) : void
return void

GetStream() public method

public GetStream ( string filename ) : Stream
filename string
return Stream

InstallShieldPackage() public method

public InstallShieldPackage ( FileSystem context, string filename ) : System
context FileSystem
filename string
return System