New test.
[mono.git] / mcs / class / System / System.Diagnostics / PerformanceCounterCategory.cs
index 45a29f3d5c77b1a0066c7dcd568d682f2b09737f..6a5e13c11c02018b0add09865f34255d745b9ea4 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-using System;
-using System.Diagnostics;
+using System.Security.Permissions;
 
 namespace System.Diagnostics 
 {
-
+       [PermissionSet (SecurityAction.LinkDemand, Unrestricted = true)]
        public sealed class PerformanceCounterCategory 
        {
                private string categoryName;