Class RuntimePlatformAttribute
Namespace: RealityCollective.ServiceFramework.Attributes
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class RuntimePlatformAttribute : PropertyAttribute
Inheritance
PropertyAttribute ← RuntimePlatformAttribute
Constructors
RuntimePlatformAttribute(Type)
public RuntimePlatformAttribute(Type platformType)
Parameters
platformType Type
Properties
Platform
public Type Platform { get; }
Property Value
Type