C# 클래스 Com.Eucalyptus.Windows.Program

파일 보기 프로젝트 열기: eucalyptus/windows-integration

공개 메소드들

메소드 설명
GetRegistryValue ( string key ) : object
Log ( string msg ) : void
SpawnProcessAndWait ( string exe, string args ) : int

비공개 메소드들

메소드 설명
AllowRemoteDesktop ( ) : void
AllowShutdownWithoutLogon ( ) : void

manually changes the registry setting to enable shutdownwithoutlogon should work for the these windows versions: Win 7, vista, xp, 2003(STD,SP1), 2008(ENT), 2008 R2

CleanupFiles ( string baseDir ) : void
CleanupRegistry ( ) : void
DisableShutdownReasonUI ( ) : int
EnableACPI ( ) : int
EnableRDP ( ) : int
InitRegistry ( ) : void
InstallVirtIODrivers ( string baseDir ) : void
InstallXenPVDrivers ( string baseDir ) : void
LaunchEucaPostInstaller ( ) : void
Main ( string args ) : int
Main ( ) : void
Main ( string args ) : void
OpenFirewall ( ) : int
SetRegistryValue ( string key, object value ) : void
TurnOffRecovery ( ) : void
TurnOnRecovery ( ) : void
UnblockFirewall ( ) : void

메소드 상세

GetRegistryValue() 공개 정적인 메소드

public static GetRegistryValue ( string key ) : object
key string
리턴 object

Log() 공개 정적인 메소드

public static Log ( string msg ) : void
msg string
리턴 void

SpawnProcessAndWait() 공개 정적인 메소드

public static SpawnProcessAndWait ( string exe, string args ) : int
exe string
args string
리턴 int