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

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface ITestComponent : IComponent, 
	IDisposable
Public Interface ITestComponent _
	Implements IComponent, IDisposable
public interface class ITestComponent : IComponent, 
	IDisposable

Members

            
 All Members  Properties Public property  Methods Public method  Events Public event 
 Public

 Protected
 Instance

 Static Static member
 Declared

 Inherited
 XNA Framework Only Supported by the XNA Framework

 .NET Compact Framework Only Supported by the .NET Compact Framework

 MemberDescription
Public methodDispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public eventDisposed
Represents the method that handles the Disposed event of a component.
(Inherited from IComponent.)
Public methodGetTests()()()
Public propertyName
Public propertySite
Gets or sets the ISite associated with the IComponent.
(Inherited from IComponent.)

See Also