C# Class NSoft.NFramework.UnitTesting.OperationTimer

Inheritance: IDisposable
显示文件 Open project: debop/NFramework

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

OperationTimer ( ) : System

생성자

OperationTimer ( string message, bool clearGabage = false ) : System

생성자

Private Methods

Method Description
GabageCollect ( ) : void

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

OperationTimer() public method

생성자
public OperationTimer ( ) : System
return System

OperationTimer() public method

생성자
public OperationTimer ( string message, bool clearGabage = false ) : System
message string 이 객체가 소멸될 때 표시되는 메시지
clearGabage bool 테스트 전 후에 Gabage collection을 수행할 것인가?
return System