C# Class System.Tests.GCExtendedTests

Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
CancelProc ( ) : void
TestWait ( bool approach, int timeout ) : void

Private Methods

Method Description
GCNotificationNegTests ( ) : void
GCNotificationTests ( bool approach, int timeout ) : void
GetGeneration_WeakReference ( ) : void
TryStartNoGCRegionNegTest ( ) : void
TryStartNoGCRegionPosTest ( ) : void

Method Details

CancelProc() public static method

public static CancelProc ( ) : void
return void

TestWait() public static method

public static TestWait ( bool approach, int timeout ) : void
approach bool
timeout int
return void