C# Class Ironman.Models.Plugins.Plugin

Afficher le fichier Open project: JaCraig/Craig-s-Utility-Library Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( ) : void

Deletes this instance and removes the files associated with it.

Initialize ( ) : void

Initializes this instance.

Plugin ( ) : System

Constructor

Plugin ( IPackage Package ) : System

Initializes a new instance of the Plugin class.

Save ( ) : void

Saves this instance and copies the files associated with it.

Private Methods

Méthode Description
CopyTo ( DirectoryInfo Directory1, DirectoryInfo Directory2 ) : void

Copies the directory to the specified parent directory

Delete ( DirectoryInfo Directory ) : void

Deletes the specified directory.

Method Details

Delete() public méthode

Deletes this instance and removes the files associated with it.
public Delete ( ) : void
Résultat void

Initialize() public méthode

Initializes this instance.
public Initialize ( ) : void
Résultat void

Plugin() public méthode

Constructor
public Plugin ( ) : System
Résultat System

Plugin() public méthode

Initializes a new instance of the Plugin class.
public Plugin ( IPackage Package ) : System
Package IPackage The package.
Résultat System

Save() public méthode

Saves this instance and copies the files associated with it.
public Save ( ) : void
Résultat void