System.Runtime.Versioning.OSPlatformAttribute
Base type for all platform-specific API attributes.
namespace System.Runtime.Versioning
{
internal abstract class OSPlatformAttribute : Attribute
{
public string PlatformName { get; }
}
}