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

Inheritance: IImage
Exibir arquivo Open project: garysharp/Disco

Public Methods

Method 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

Method Description
DisposeInner ( ) : void

Method Details

Apply() public method

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

DismountImage() public method

Unmounts an image from a directory.
public DismountImage ( bool commitChanges ) : void
commitChanges bool
return void

Dispose() public method

public Dispose ( ) : void
return void

Mount() public method

Mounts an image to a directory.
public Mount ( string pathToMountTo ) : void
pathToMountTo string
return void

SetImageInformation() public method

Sets the image information header
public SetImageInformation ( string imageInformation ) : void
imageInformation string
return void

WindowsImage() public method

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
return System