Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / Diagnostics / TraceFilter.cs / 1305376 / TraceFilter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; namespace System.Diagnostics { public abstract class TraceFilter { internal string initializeData; public abstract bool ShouldTrace(TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data); internal bool ShouldTrace(TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage) { return ShouldTrace(cache, source, eventType, id, formatOrMessage, null, null, null); } internal bool ShouldTrace(TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage, object[] args) { return ShouldTrace(cache, source, eventType, id, formatOrMessage, args, null, null); } internal bool ShouldTrace(TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1) { return ShouldTrace(cache, source, eventType, id, formatOrMessage, args, data1, null); } } } // 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
- AggregateNode.cs
- UrlAuthFailureHandler.cs
- Parsers.cs
- SmiContext.cs
- XmlElementCollection.cs
- PageRanges.cs
- ActivityCodeGenerator.cs
- FixedSOMTextRun.cs
- DependencyProperty.cs
- Model3D.cs
- Cursor.cs
- PersistenceParticipant.cs
- DeflateEmulationStream.cs
- AttributeProviderAttribute.cs
- BaseProcessor.cs
- ColorPalette.cs
- UInt64.cs
- FilterableAttribute.cs
- embossbitmapeffect.cs
- PackageDigitalSignatureManager.cs
- CodeTypeDeclaration.cs
- FixUpCollection.cs
- EmptyImpersonationContext.cs
- LoginStatusDesigner.cs
- TemplatedMailWebEventProvider.cs
- ErrorWebPart.cs
- ListViewItem.cs
- ListViewItem.cs
- BasicBrowserDialog.designer.cs
- BinaryMethodMessage.cs
- TextProperties.cs
- CloseSequence.cs
- Floater.cs
- OracleBinary.cs
- ModulesEntry.cs
- TemplateBindingExtensionConverter.cs
- HostingEnvironmentException.cs
- TimeSpanConverter.cs
- SqlBinder.cs
- InputScope.cs
- TraceSource.cs
- TargetControlTypeAttribute.cs
- AppAction.cs
- SimpleTypeResolver.cs
- CompressStream.cs
- OSFeature.cs
- WebConfigurationHost.cs
- BamlBinaryReader.cs
- InstanceNormalEvent.cs
- DataGrid.cs
- sortedlist.cs
- PartialTrustVisibleAssemblyCollection.cs
- MemberRelationshipService.cs
- CollectionExtensions.cs
- UxThemeWrapper.cs
- CompilerCollection.cs
- path.cs
- ServerIdentity.cs
- ViewgenContext.cs
- CompiledAction.cs
- DictionaryEditChange.cs
- BamlRecordWriter.cs
- HttpRuntime.cs
- TraceFilter.cs
- ThaiBuddhistCalendar.cs
- DnsEndPoint.cs
- ColorKeyFrameCollection.cs
- ContextStaticAttribute.cs
- dbenumerator.cs
- EnumUnknown.cs
- DataGridViewDesigner.cs
- Line.cs
- ExternalDataExchangeService.cs
- SyncOperationState.cs
- DispatchChannelSink.cs
- Nodes.cs
- EncoderParameter.cs
- TemplateControlCodeDomTreeGenerator.cs
- ListChangedEventArgs.cs
- CustomAttribute.cs
- FilterQueryOptionExpression.cs
- DataGridViewButtonColumn.cs
- ClientScriptManager.cs
- X509SecurityToken.cs
- BinaryMethodMessage.cs
- propertyentry.cs
- RemotingServices.cs
- CalendarAutoFormat.cs
- SubpageParaClient.cs
- CustomSignedXml.cs
- HttpProtocolImporter.cs
- ToolboxComponentsCreatedEventArgs.cs
- AutoCompleteStringCollection.cs
- ResourcesChangeInfo.cs
- RootProjectionNode.cs
- SchemaManager.cs
- AmbientValueAttribute.cs
- EventLogWatcher.cs
- ActivatableWorkflowsQueryResult.cs
- FaultDesigner.cs