C# Класс Disco.ClientBootstrapper.Interop.WIMInterop.WindowsImageContainer.WindowsImage

Наследование: IImage
Показать файл Открыть проект

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

Метод Описание
Apply ( string pathToApplyTo ) : void

Applies an image to a drive root or to a directory path.

DismountImage ( bool commitChanges ) : void

Unmounts an image from a directory.

Dispose ( ) : void
Mount ( string pathToMountTo ) : void

Mounts an image to a directory.

SetImageInformation ( string imageInformation ) : void

Sets the image information header

WindowsImage ( IntPtr imageContainerHandle, string imageContainerFilePath, int imageIndex ) : System

Public constructor to create an image object from inside a .wim file

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

Метод Описание
DisposeInner ( ) : void

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

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

Applies an image to a drive root or to a directory path.
public Apply ( string pathToApplyTo ) : void
pathToApplyTo string
Результат void

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

Unmounts an image from a directory.
public DismountImage ( bool commitChanges ) : void
commitChanges bool
Результат void

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

public Dispose ( ) : void
Результат void

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

Mounts an image to a directory.
public Mount ( string pathToMountTo ) : void
pathToMountTo string
Результат void

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

Sets the image information header
public SetImageInformation ( string imageInformation ) : void
imageInformation string
Результат void

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

Public constructor to create an image object from inside a .wim file
public WindowsImage ( IntPtr imageContainerHandle, string imageContainerFilePath, int imageIndex ) : System
imageContainerHandle System.IntPtr
imageContainerFilePath string
imageIndex int
Результат System