C# Класс Microsoft.VS.ConfigurationManager.Support.Utility

Functions and values to allow central logging and execution of processes
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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