C# Class Editor.Source_Files.Instances.ArchiveCreatorInstance

Inheritance: NativeInstance
Afficher le fichier Open project: LauriM/PropellerEngine Class Usage Examples

Méthodes publiques

Méthode Description
ArchiveCreatorInstance ( ) : System
addFile ( String file ) : void
addFolder ( String folder ) : void
build ( String file ) : void

Private Methods

Méthode Description
clear ( ) : void

Method Details

ArchiveCreatorInstance() public méthode

public ArchiveCreatorInstance ( ) : System
Résultat System

addFile() public méthode

public addFile ( String file ) : void
file String
Résultat void

addFolder() public méthode

public addFolder ( String folder ) : void
folder String
Résultat void

build() public méthode

public build ( String file ) : void
file String
Résultat void