C# Класс Ironman.Models.Plugins.Plugin

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CopyTo ( DirectoryInfo Directory1, DirectoryInfo Directory2 ) : void

Copies the directory to the specified parent directory

Delete ( DirectoryInfo Directory ) : void

Deletes the specified directory.

Описание методов

Delete() публичный Метод

Deletes this instance and removes the files associated with it.
public Delete ( ) : void
Результат void

Initialize() публичный Метод

Initializes this instance.
public Initialize ( ) : void
Результат void

Plugin() публичный Метод

Constructor
public Plugin ( ) : System
Результат System

Plugin() публичный Метод

Initializes a new instance of the Plugin class.
public Plugin ( IPackage Package ) : System
Package IPackage The package.
Результат System

Save() публичный Метод

Saves this instance and copies the files associated with it.
public Save ( ) : void
Результат void