C# Class AIT.Tools.VisualStudioTextTransform.LogicalCallContextChange

Class to change the LogicalCallContext temporarily.
Inheritance: IDisposable
Show file Open project: AITGmbH/VisualStudioTextTransform

Public Methods

Method Description
Dispose ( ) : void

/

LogicalCallContextChange ( string name, object newValue ) : System

/

Private Methods

Method Description
Dispose ( bool isDisposing ) : void

Method Details

Dispose() public method

/
public Dispose ( ) : void
return void

LogicalCallContextChange() public method

/
public LogicalCallContextChange ( string name, object newValue ) : System
name string
newValue object
return System