Click or drag to resize
SystemManagerGetSystem Method (Type)
Gets the system of the specified type.

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ISystem GetSystem(
	Type systemType
)

Parameters

systemType
Type: SystemType
Type of the system to get.

Return Value

Type: ISystem
System of the specified type.
Exceptions
ExceptionCondition
ArgumentNullException The passed type is null.
ArgumentException A system of the specified type has never been added.
See Also