Base class that all systems should derive from.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
public class SystemBase : ISystem, IDisposable
Visual Basic (Declaration)
Public Class SystemBase _
	Implements ISystem, IDisposable
Visual C++
public ref class SystemBase : ISystem, 
	IDisposable

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.SystemBase

See Also