6 types derived from OSPlatformAttribute
Microsoft.Private.Windows.Core (6)
src\Microsoft.Private.Windows.Polyfills\System\Runtime\Versioning\PlatformAttributes.cs (6)
31internal sealed class TargetPlatformAttribute : OSPlatformAttribute 67internal sealed class SupportedOSPlatformAttribute : OSPlatformAttribute 99internal sealed class UnsupportedOSPlatformAttribute : OSPlatformAttribute 146internal sealed class ObsoletedOSPlatformAttribute : OSPlatformAttribute 194internal sealed class SupportedOSPlatformGuardAttribute : OSPlatformAttribute 222internal sealed class UnsupportedOSPlatformGuardAttribute : OSPlatformAttribute
1 reference to OSPlatformAttribute
Microsoft.Private.Windows.Core (1)
src\Microsoft.Private.Windows.Polyfills\System\Runtime\Versioning\PlatformAttributes.cs (1)
12/// Initializes a new instance of the <see cref="OSPlatformAttribute"/> class for the specified platform.