C# Class Disco.ClientBootstrapper.Interop.WIMInterop.WindowsImageContainer.WindowsImage

Inheritance: IImage
Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DisposeInner ( ) : void

Method Details

Apply() public méthode

Applies an image to a drive root or to a directory path.
public Apply ( string pathToApplyTo ) : void
pathToApplyTo string
Résultat void

DismountImage() public méthode

Unmounts an image from a directory.
public DismountImage ( bool commitChanges ) : void
commitChanges bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Mount() public méthode

Mounts an image to a directory.
public Mount ( string pathToMountTo ) : void
pathToMountTo string
Résultat void

SetImageInformation() public méthode

Sets the image information header
public SetImageInformation ( string imageInformation ) : void
imageInformation string
Résultat void

WindowsImage() public méthode

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
Résultat System