C# 클래스 Disco.ClientBootstrapper.Interop.InstallInterop

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

공개 메소드들

메소드 설명
Install ( string InstallLocation, string WimImageId, string TempPath ) : void
Uninstall ( ) : void

비공개 메소드들

메소드 설명
ForceDeleteFolder ( DirectoryInfo d ) : void
Install ( string RootFilesystemLocation, RegistryKey RootRegistryLocation, string FilesystemInstallLocation, string VirtualRootFilesystemLocation ) : void
MoveFileEx ( string lpExistingFileName, string lpNewFileName, MoveFileFlags dwFlags ) : bool
WimImageEventMessagePump ( uint MessageId, IntPtr wParam, IntPtr lParam, IntPtr UserData ) : uint

메소드 상세

Install() 공개 정적인 메소드

public static Install ( string InstallLocation, string WimImageId, string TempPath ) : void
InstallLocation string
WimImageId string
TempPath string
리턴 void

Uninstall() 공개 정적인 메소드

public static Uninstall ( ) : void
리턴 void