// // System.Diagnostics.PerformanceCounterPermissionEntry.cs // // Authors: // Jonathan Pryor (jonpryor@vt.edu) // // (C) 2002 // using System; using System.Diagnostics; namespace System.Diagnostics { [Serializable] [MonoTODO] public class PerformanceCounterPermissionEntry { // [MonoTODO] // public PerformanceCounterPermissionEntry ( // PerformanceCounterPermissionAccess permissionAccess, // string machineName, // string categoryName) // { // throw new NotImplementedException (); // } // // [MonoTODO] // public string CategoryName { // get {throw new NotImplementedException ();} // } // // [MonoTODO] // public string MachineName { // get {throw new NotImplementedException ();} // } // // [MonoTODO] // public PerformanceCounterPermissionAccess PermissionAccess { // get {throw new NotImplementedException ();} // } } }