PlatformAttribute
Marks an assembly, test fixture or test method as applying to a specific platform.
            
                
public PlatformAttribute()
Constructor with no platforms specified, for use
            with named property syntax.
            
Constructor taking one or more platforms
            
Causes a test to be skipped if this PlatformAttribute is not satisfied.