Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- SaveFileDialog.cs
- Switch.cs
- DataControlButton.cs
- MetadataCacheItem.cs
- MimeTypeMapper.cs
- BookmarkCallbackWrapper.cs
- DefaultPropertyAttribute.cs
- SchemaImporterExtensionElementCollection.cs
- PostBackTrigger.cs
- WebBrowser.cs
- EndOfStreamException.cs
- PixelFormatConverter.cs
- InvariantComparer.cs
- Decimal.cs
- UmAlQuraCalendar.cs
- util.cs
- TextElementEnumerator.cs
- _Connection.cs
- TableCellAutomationPeer.cs
- StreamInfo.cs
- TwoPhaseCommitProxy.cs
- MetafileHeaderEmf.cs
- ProtocolsSection.cs
- System.Data_BID.cs
- DataGridViewElement.cs
- UpdateCommand.cs
- CellParaClient.cs
- ClientOptions.cs
- Mutex.cs
- DateTimeOffset.cs
- DataBoundLiteralControl.cs
- Menu.cs
- DispatcherTimer.cs
- ResourceReader.cs
- HebrewCalendar.cs
- HttpResponse.cs
- StrongNameKeyPair.cs
- X509Utils.cs
- WebPartMinimizeVerb.cs
- DefaultAssemblyResolver.cs
- TabControlCancelEvent.cs
- ToolStripMenuItem.cs
- WorkflowRuntime.cs
- AppDomainFactory.cs
- ECDiffieHellmanCngPublicKey.cs
- PrintEvent.cs
- LoadGrammarCompletedEventArgs.cs
- CompilationUtil.cs
- WebPartDisplayMode.cs
- XmlDownloadManager.cs
- FontStretchConverter.cs
- DataObjectFieldAttribute.cs
- XmlEntity.cs
- DbProviderConfigurationHandler.cs
- QuaternionIndependentAnimationStorage.cs
- KeyGestureConverter.cs
- MobileControlsSection.cs
- ServiceProviders.cs
- dtdvalidator.cs
- WmlSelectionListAdapter.cs
- cookiecontainer.cs
- MexNamedPipeBindingCollectionElement.cs
- XpsImage.cs
- ServiceDescriptionSerializer.cs
- SqlCharStream.cs
- SrgsElementList.cs
- MsmqBindingElementBase.cs
- PerSessionInstanceContextProvider.cs
- SerialStream.cs
- IUnknownConstantAttribute.cs
- SqlParameterCollection.cs
- CqlBlock.cs
- CharStorage.cs
- EventLogger.cs
- EntityDataReader.cs
- LabelEditEvent.cs
- NavigatingCancelEventArgs.cs
- EntityDataSourceMemberPath.cs
- XmlILCommand.cs
- KeyValuePairs.cs
- _Semaphore.cs
- CharacterMetrics.cs
- SystemKeyConverter.cs
- DigitalSignature.cs
- LockCookie.cs
- InvalidOleVariantTypeException.cs
- GridViewDeletedEventArgs.cs
- BatchStream.cs
- FunctionMappingTranslator.cs
- SqlFacetAttribute.cs
- SecurityTokenSerializer.cs
- ConfigurationSectionGroup.cs
- Focus.cs
- TreeNodeStyleCollection.cs
- UrlPath.cs
- MenuDesigner.cs
- LongTypeConverter.cs
- RecognizedPhrase.cs
- SByteStorage.cs
- ColumnMapTranslator.cs