Skip to main content

Class RuntimePlatformEntry

Namespace: RealityCollective.ServiceFramework.Definitions

Runtime platform entry, for loading services for specific platforms.

[Serializable]
public class RuntimePlatformEntry

Inheritance

object ← RuntimePlatformEntry

Constructors

RuntimePlatformEntry()

public RuntimePlatformEntry()

RuntimePlatformEntry(IReadOnlyList<IPlatform>)

public RuntimePlatformEntry(IReadOnlyList<IPlatform> runtimePlatforms)

Parameters

runtimePlatforms IReadOnlyList<IPlatform>

Properties

RuntimePlatforms

public SystemType[] RuntimePlatforms { get; }

Property Value

SystemType[]