 | SystemManagerGetSystem Method (Type) |
Gets the system of the specified type.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ISystem GetSystem(
Type systemType
)
Public Function GetSystem (
systemType As Type
) As ISystem
public:
ISystem^ GetSystem(
Type^ systemType
)
member GetSystem :
systemType : Type -> ISystem
Parameters
- systemType
- Type: SystemType
Type of the system to get.
Return Value
Type:
ISystem
System of the specified type.
Exceptions
See Also