GCTest Class Fling OS
Test class for the GC class.
Inheritance Hierarchy

System Object
  Testing._Kernel GCTest

Namespace: Testing._Kernel
Assembly: Testing.Kernel (in Testing.Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[TestClassAttribute]
public class GCTest

The GCTest type exposes the following members.

Constructors

  NameDescription
Public methodGCTest
Initializes a new instance of the GCTest class
Top
Methods

  NameDescription
Public methodCheckSignature_Test
Tests the CheckSignature() method.
Public methodStatic memberCleanup
Cleans up the test class.
Public methodDecrementRefCount_Test
Tests the DecrementRefCount() method.
Public methodIncrementRefCount_Test
Tests the IncrementRefCount() method.
Public methodStatic memberInit
Initialises the test class.
Public methodNewObj_Test
Tests the NewObj() method.
Public methodSetSignature_Test
Tests the SetSignature() method.
Top
See Also