Method | Description | |
---|---|---|
ApplyImage ( |
||
CaptureImage ( |
||
CloseHandle ( |
||
CreateFile ( string imageFile, uint access, uint mode ) : |
||
DismountImage ( string mountPath, string wimdowsImageFileName, int imageIndex, bool commitChanges ) : void | ||
GetImageCount ( |
||
GetImageInformation ( |
||
LoadImage ( |
||
MountImage ( string mountPath, string windowsImageFileName, int imageIndex, string temporaryPath ) : void | ||
RegisterCallback ( MessageCallback callback ) : void | ||
SetImageInformation ( |
||
SetTemporaryPath ( |
||
UnregisterMessageCallback ( MessageCallback registeredCallback ) : void |
Method | Description | |
---|---|---|
NativeMethods ( ) : System | ||
WimApplyImage ( |
||
WimCaptureImage ( |
||
WimCloseHandle ( |
||
WimCreateFile ( [ WimPath, uint DesiredAccess, uint CreationDisposition, uint FlagsAndAttributes, uint CompressionType, |
||
WimGetImageCount ( |
||
WimGetImageInformation ( |
||
WimLoadImage ( |
||
WimMountImage ( [ MountPath, [ WimFileName, uint ImageIndex, [ TemporaryPath ) : bool | ||
WimRegisterMessageCallback ( |
||
WimSetImageInformation ( |
||
WimSetTemporaryPath ( |
||
WimUnmountImage ( [ MountPath, [ WimFileName, uint ImageIndex, bool CommitChanges ) : bool | ||
WimUnregisterMessageCallback ( |
public static ApplyImage ( |
||
imageHandle | ||
applicationPath | string | |
return | void |
public static CaptureImage ( |
||
handle | ||
path | string | |
return |
public static CloseHandle ( |
||
handle | ||
return | void |
public static CreateFile ( string imageFile, uint access, uint mode ) : |
||
imageFile | string | |
access | uint | |
mode | uint | |
return |
public static DismountImage ( string mountPath, string wimdowsImageFileName, int imageIndex, bool commitChanges ) : void | ||
mountPath | string | |
wimdowsImageFileName | string | |
imageIndex | int | |
commitChanges | bool | |
return | void |
public static GetImageCount ( |
||
windowsImageHandle | ||
return | int |
public static GetImageInformation ( |
||
handle | ||
return | string |
public static LoadImage ( |
||
handle | ||
imageIndex | int | |
return |
public static MountImage ( string mountPath, string windowsImageFileName, int imageIndex, string temporaryPath ) : void | ||
mountPath | string | |
windowsImageFileName | string | |
imageIndex | int | |
temporaryPath | string | |
return | void |
public static RegisterCallback ( MessageCallback callback ) : void | ||
callback | MessageCallback | |
return | void |
public static SetImageInformation ( |
||
handle | ||
imageInfo | string | |
return | void |
public static SetTemporaryPath ( |
||
handle | ||
temporaryPath | string | |
return | void |
public static UnregisterMessageCallback ( MessageCallback registeredCallback ) : void | ||
registeredCallback | MessageCallback | |
return | void |