Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Services / Monitoring / system / Diagnosticts / PerformanceCounterManager.cs / 1 / PerformanceCounterManager.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Diagnostics { using System.Runtime.InteropServices; using System; using System.Security.Permissions; using System.Security; using Microsoft.Win32; // All of this code was ported to native and this implementation is no longer used. It is not meant to be accessed directly. // This code was no longer maintained, and it accessed the same shared memory that the new code accessed. To be certain there // are no security holes and no serious bugs, we have removed all of the real code. ///[ ComVisible(true), GuidAttribute("82840BE1-D273-11D2-B94A-00600893B17A"), // Disabling partial trust scenarios PermissionSet(SecurityAction.LinkDemand, Name="FullTrust"), Obsolete("This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202") ] public sealed class PerformanceCounterManager : ICollectData { [ Obsolete("This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202") ] public PerformanceCounterManager() { } /// [ Obsolete("This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202") ] void ICollectData.CollectData(int callIdx, IntPtr valueNamePtr, IntPtr dataPtr, int totalBytes, out IntPtr res) { res = (IntPtr)(-1); } /// [ Obsolete("This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202") ] void ICollectData.CloseData() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Diagnostics { using System.Runtime.InteropServices; using System; using System.Security.Permissions; using System.Security; using Microsoft.Win32; // All of this code was ported to native and this implementation is no longer used. It is not meant to be accessed directly. // This code was no longer maintained, and it accessed the same shared memory that the new code accessed. To be certain there // are no security holes and no serious bugs, we have removed all of the real code. ///[ ComVisible(true), GuidAttribute("82840BE1-D273-11D2-B94A-00600893B17A"), // Disabling partial trust scenarios PermissionSet(SecurityAction.LinkDemand, Name="FullTrust"), Obsolete("This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202") ] public sealed class PerformanceCounterManager : ICollectData { [ Obsolete("This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202") ] public PerformanceCounterManager() { } /// [ Obsolete("This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202") ] void ICollectData.CollectData(int callIdx, IntPtr valueNamePtr, IntPtr dataPtr, int totalBytes, out IntPtr res) { res = (IntPtr)(-1); } /// [ Obsolete("This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202") ] void ICollectData.CloseData() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RelationshipFixer.cs
- NamedElement.cs
- XmlMtomReader.cs
- RuntimeConfigLKG.cs
- TextFormatterImp.cs
- ScriptHandlerFactory.cs
- VisualStyleElement.cs
- FixedPosition.cs
- PolyQuadraticBezierSegment.cs
- TextDecorationCollectionConverter.cs
- TemplateControlCodeDomTreeGenerator.cs
- AssemblySettingAttributes.cs
- SafeFileMappingHandle.cs
- XslAst.cs
- EqualityComparer.cs
- SQLUtility.cs
- MethodExpr.cs
- ResourceExpression.cs
- SR.cs
- Quaternion.cs
- DataGridViewComboBoxCell.cs
- ClientTarget.cs
- RemotingException.cs
- DataRow.cs
- ChangeInterceptorAttribute.cs
- ApplicationHost.cs
- ListViewCommandEventArgs.cs
- StreamingContext.cs
- ListControlActionList.cs
- ControlDesigner.cs
- LinqDataSourceValidationException.cs
- SplitterPanel.cs
- SqlUtil.cs
- NodeLabelEditEvent.cs
- DataSourceCache.cs
- AssemblyFilter.cs
- InputGestureCollection.cs
- FieldAccessException.cs
- XmlDataContract.cs
- EasingKeyFrames.cs
- XmlReader.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- BatchStream.cs
- BitmapMetadataEnumerator.cs
- HebrewNumber.cs
- NameTable.cs
- DiscriminatorMap.cs
- HtmlValidatorAdapter.cs
- HyperLinkField.cs
- Application.cs
- ErrorFormatter.cs
- SingleAnimationBase.cs
- HebrewCalendar.cs
- InheritanceService.cs
- NotificationContext.cs
- TableStyle.cs
- WeakReadOnlyCollection.cs
- SqlReferenceCollection.cs
- MsmqIntegrationProcessProtocolHandler.cs
- XMLSchema.cs
- RedBlackList.cs
- PropertyMapper.cs
- ScriptDescriptor.cs
- LockCookie.cs
- DbTransaction.cs
- AllowedAudienceUriElementCollection.cs
- DrawingContextDrawingContextWalker.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- DataGridViewCheckBoxCell.cs
- TransactionProtocolConverter.cs
- ContentControl.cs
- HtmlInputReset.cs
- DbModificationClause.cs
- DefaultValueAttribute.cs
- PDBReader.cs
- TextRangeEditLists.cs
- ThemeInfoAttribute.cs
- FixedSOMFixedBlock.cs
- WSSecurityJan2004.cs
- TextRunTypographyProperties.cs
- AdornerPresentationContext.cs
- SqlDesignerDataSourceView.cs
- GraphicsPath.cs
- UniformGrid.cs
- DateTimePicker.cs
- TagMapCollection.cs
- EventPropertyMap.cs
- ImplicitInputBrush.cs
- RbTree.cs
- XmlBinaryReaderSession.cs
- AsyncPostBackTrigger.cs
- COM2PropertyDescriptor.cs
- RelationshipConverter.cs
- SecurityContext.cs
- TableLayoutStyle.cs
- NamedPermissionSet.cs
- HttpFileCollection.cs
- SecurityPermission.cs
- DBBindings.cs
- InstancePersistenceContext.cs