메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Dispose of resources utilitized by Utility item
|
|
ReadRegKey ( string path, string findkey ) : string |
Registry key reading function with call to native functions
|
|
ServiceAction ( string ServiceName, ServiceState status ) : bool |
Stopping and starting services required to uninstall MSUs.
|
|
Utility ( ) : System |
Set properties as part of instantiation.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up objects explicitly
|
메소드 | 설명 | |
---|---|---|
ExecuteProcess ( string file, string args ) : int | ||
Initialize ( ) : void | ||
TrailingSlash ( string dir ) : string |
public static ReadRegKey ( string path, string findkey ) : string | ||
path | string | |
findkey | string | |
리턴 | string |
public static ServiceAction ( string ServiceName, ServiceState status ) : bool | ||
ServiceName | string | |
status | ServiceState | |
리턴 | bool |