C# Класс Orcus.Shared.Utilities.AppConfigWriter

Class to write an application configuration file
Показать файл Открыть проект

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

Метод Описание
WriteAppConfig ( FileInfo executableFile ) : void

Write an app.config file for the given assembly which gurantees support for the .Net Framework versions 3.5, 4.0 and 4.5

Описание методов

WriteAppConfig() публичный статический Метод

Write an app.config file for the given assembly which gurantees support for the .Net Framework versions 3.5, 4.0 and 4.5
public static WriteAppConfig ( FileInfo executableFile ) : void
executableFile FileInfo The .net assembly
Результат void