C# 클래스 Disco.ClientBootstrapper.Interop.WIMInterop.WindowsImageContainer.WindowsImage

상속: IImage
파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DisposeInner ( ) : void

메소드 상세

Apply() 공개 메소드

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

DismountImage() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Mount() 공개 메소드

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

SetImageInformation() 공개 메소드

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

WindowsImage() 공개 메소드

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
리턴 System