PerformanceTestBaseCollect Property
Gets or sets whether
GC.Collect should be called before running the test cases.
Default value:
.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
public bool Collect { get; set; }
Public Property Collect As Boolean
Get
Set
public:
property bool Collect {
bool get ();
void set (bool value);
}
member Collect : bool with get, set
Property Value
Boolean