Namespace:  MbUnit.Framework.ComponentModel
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public class PerformanceCounterChecker : Component, 
	ISupportInitialize, ITestDecoratorComponent, IComponent, IDisposable
Visual Basic (Declaration)
Public Class PerformanceCounterChecker _
	Inherits Component _
	Implements ISupportInitialize, ITestDecoratorComponent, IComponent, IDisposable

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      MbUnit.Framework.ComponentModel..::.PerformanceCounterChecker

See Also