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 ( |
Public constructor to create an image object from inside a .wim file
|
Method | Description | |
---|---|---|
DisposeInner ( ) : void |
public DismountImage ( bool commitChanges ) : void | ||
commitChanges | bool | |
return | void |
public SetImageInformation ( string imageInformation ) : void | ||
imageInformation | string | |
return | void |
public WindowsImage ( |
||
imageContainerHandle | ||
imageContainerFilePath | string | |
imageIndex | int | |
return | System |