C# Class Orcus.Shared.Utilities.AppConfigWriter

Class to write an application configuration file
Afficher le fichier Open project: marlkiller/Orcus-1.9.1-crack

Méthodes publiques

Méthode Description
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

Method Details

WriteAppConfig() public static méthode

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
Résultat void