C# Class OpenRA.FileSystem.Folder

Inheritance: IReadWritePackage
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( string filename ) : bool
Delete ( string filename ) : void
Dispose ( ) : void
Folder ( string path ) : System.Collections.Generic
GetStream ( string filename ) : Stream
Update ( string filename, byte contents ) : void

Method Details

Contains() public méthode

public Contains ( string filename ) : bool
filename string
Résultat bool

Delete() public méthode

public Delete ( string filename ) : void
filename string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Folder() public méthode

public Folder ( string path ) : System.Collections.Generic
path string
Résultat System.Collections.Generic

GetStream() public méthode

public GetStream ( string filename ) : Stream
filename string
Résultat System.IO.Stream

Update() public méthode

public Update ( string filename, byte contents ) : void
filename string
contents byte
Résultat void