C# 클래스 Microsoft.VS.ConfigurationManager.Support.Utility

Functions and values to allow central logging and execution of processes
상속: IDisposable
파일 보기 프로젝트 열기: Microsoft/VisualStudioUninstaller

공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

Dispose of resources utilitized by Utility item
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up objects explicitly
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ReadRegKey() 공개 정적인 메소드

Registry key reading function with call to native functions
public static ReadRegKey ( string path, string findkey ) : string
path string
findkey string
리턴 string

ServiceAction() 공개 정적인 메소드

Stopping and starting services required to uninstall MSUs.
public static ServiceAction ( string ServiceName, ServiceState status ) : bool
ServiceName string
status ServiceState
리턴 bool

Utility() 공개 메소드

Set properties as part of instantiation.
public Utility ( ) : System
리턴 System