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

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

Méthodes publiques

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

Private Methods

Méthode Description
DisposeInner ( ) : void
GetMappedFileAccess ( CreateFileAccess access ) : CreateFileAccessPrivate
ImageEventMessagePump ( uint MessageId, IntPtr wParam, IntPtr lParam, IntPtr UserData ) : uint

Method Details

CaptureImage() public méthode

Capture an image from the root of a drive or from an individual directory.
public CaptureImage ( string pathToCapture ) : void
pathToCapture string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

WindowsImageContainer() public méthode

Public constructor to create a WIM object
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.
Résultat System

this() public méthode

public this ( int imageIndex ) : IImage
imageIndex int
Résultat IImage