Method | Description | |
---|---|---|
CaptureImage ( string pathToCapture ) : void |
Capture an image from the root of a drive or from an individual directory.
|
|
Dispose ( ) : void | ||
GetEnumerator ( ) : IEnumerator | ||
WindowsImageContainer ( string imageFilePath, CreateFileMode mode, CreateFileAccess access ) : System |
Public constructor to create a WIM object
|
|
this ( int imageIndex ) : IImage |
Method | Description | |
---|---|---|
DisposeInner ( ) : void | ||
GetMappedFileAccess ( CreateFileAccess access ) : CreateFileAccessPrivate | ||
ImageEventMessagePump ( uint MessageId, |
public CaptureImage ( string pathToCapture ) : void | ||
pathToCapture | string | |
return | void |
public WindowsImageContainer ( string imageFilePath, CreateFileMode mode, CreateFileAccess access ) : System | ||
imageFilePath | string | Path of WIM to create or to open. |
mode | CreateFileMode | Specifies Open, Create, Create/Open disposition of the .wim file. |
access | CreateFileAccess | Specifies access level of Read Only or Write. |
return | System |