Interface ISystemServiceProvider
Namespace: SociallyDistant.Core.OS.Devices
Assembly: SociallyDistant.Framework.dll
Syntax
public interface ISystemServiceProvider : IGameContent
Properties
Id
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Methods
CreateService(ISystemProcess)
Declaration
SystemService CreateService(ISystemProcess initProcess)
Parameters
Type | Name | Description |
---|---|---|
ISystemProcess | initProcess |
Returns
Type | Description |
---|---|
SystemService |