Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.

Namespace:  Gallio.Runtime.Extensibility
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class DefaultExtensionPoints : IExtensionPoints
Visual Basic (Declaration)
Public Class DefaultExtensionPoints _
	Implements IExtensionPoints

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Extensibility..::.DefaultExtensionPoints

See Also