C# Class CUITe.IntegrationTests.NuGet.TemporaryEnvironmentVariable

Inheritance: IDisposable
Datei anzeigen Open project: icnocop/cuite

Public Methods

Method Description
Dispose ( ) : void
TemporaryEnvironmentVariable ( string variable, string value ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TemporaryEnvironmentVariable() public method

public TemporaryEnvironmentVariable ( string variable, string value ) : System
variable string
value string
return System