C# Класс ZeroInstall.Store.Implementations.Deployment.DeployDirectory

Deploys/copies files listed in a Manifest file to another directory.
Наследование: DirectoryOperation
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
DeployDirectory ( [ sourcePath, [ sourceManifest, [ destinationPath, [ handler ) : System

Creates a new directory deployment task.

Защищенные методы

Метод Описание
OnCommit ( ) : void
OnRollback ( ) : void
OnStage ( ) : void

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

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

Creates a new directory deployment task.
public DeployDirectory ( [ sourcePath, [ sourceManifest, [ destinationPath, [ handler ) : System
sourcePath [ The path of the source directory to copy from.
sourceManifest [ The contents of a file describing the source directory.
destinationPath [ The path of the destination directory to copy to.
handler [ A callback object used when the the user needs to be asked questions or informed about IO tasks.
Результат System

OnCommit() защищенный Метод

protected OnCommit ( ) : void
Результат void

OnRollback() защищенный Метод

protected OnRollback ( ) : void
Результат void

OnStage() защищенный Метод

protected OnStage ( ) : void
Результат void