C# Class slinject.InjectorInstaller

Exibir arquivo Open project: anvaka/slinject Class Usage Examples

Public Methods

Method Description
Install ( ) : void
Uninstall ( ) : void

Private Methods

Method Description
ExecuteCoregen ( string fileName, string errorMessage ) : bool
Remove ( string file, string unauthorizedMessage ) : bool
WriteIniFile ( string fileName, string errorMessage ) : bool

Method Details

Install() public method

public Install ( ) : void
return void

Uninstall() public method

public Uninstall ( ) : void
return void