Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / Diagnostics / TraceFilter.cs / 1 / 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);
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RequestStatusBarUpdateEventArgs.cs
- BamlTreeMap.cs
- PolicyManager.cs
- MailMessage.cs
- SiteMapNodeItem.cs
- TimeoutTimer.cs
- FixedPageProcessor.cs
- SecurityException.cs
- FormView.cs
- TreeNodeBindingCollection.cs
- ViewGenerator.cs
- RealProxy.cs
- RedBlackList.cs
- ToolStripSplitButton.cs
- Rect3DValueSerializer.cs
- Drawing.cs
- GetTokenRequest.cs
- IndexedSelectQueryOperator.cs
- WindowsTreeView.cs
- FilterQuery.cs
- UndoManager.cs
- DataKeyArray.cs
- Style.cs
- RuntimeConfigLKG.cs
- LicenseProviderAttribute.cs
- FilterException.cs
- TerminatingOperationBehavior.cs
- LocatorBase.cs
- documentation.cs
- XmlSchemaSimpleTypeList.cs
- StrongNameHelpers.cs
- Stylesheet.cs
- DbConnectionClosed.cs
- ProfileBuildProvider.cs
- ConnectorEditor.cs
- StylusPointProperties.cs
- CultureTableRecord.cs
- Enum.cs
- ConfigurationSectionHelper.cs
- isolationinterop.cs
- ClientUrlResolverWrapper.cs
- FlowDocumentReader.cs
- FileDialog.cs
- ToolStripLabel.cs
- MetafileHeaderEmf.cs
- ColorContextHelper.cs
- DataSourceView.cs
- ToolStripContainerActionList.cs
- WsdlBuildProvider.cs
- Overlapped.cs
- CookieParameter.cs
- SessionStateUtil.cs
- OleDbWrapper.cs
- DefaultValidator.cs
- MouseEvent.cs
- PointLightBase.cs
- _emptywebproxy.cs
- ProcessInfo.cs
- SimpleRecyclingCache.cs
- AttachedAnnotationChangedEventArgs.cs
- SiteIdentityPermission.cs
- CmsUtils.cs
- RadioButton.cs
- DataGridViewTextBoxCell.cs
- TableSectionStyle.cs
- GlyphElement.cs
- InputBindingCollection.cs
- DESCryptoServiceProvider.cs
- BindingExpressionUncommonField.cs
- CacheSection.cs
- TargetException.cs
- HttpModuleActionCollection.cs
- RegexTree.cs
- PropertyGridEditorPart.cs
- SoapExtensionStream.cs
- SelectedGridItemChangedEvent.cs
- PointLight.cs
- PublisherMembershipCondition.cs
- CheckBox.cs
- SvcFileManager.cs
- EditorZoneBase.cs
- XmlNamedNodeMap.cs
- SafeReadContext.cs
- SymDocumentType.cs
- ToolboxItemWrapper.cs
- StylusPlugin.cs
- WindowsListBox.cs
- Image.cs
- MissingMemberException.cs
- OleStrCAMarshaler.cs
- PinnedBufferMemoryStream.cs
- CatalogZone.cs
- SettingsAttributeDictionary.cs
- GridViewEditEventArgs.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- DbParameterHelper.cs
- LightweightCodeGenerator.cs
- ThreadStaticAttribute.cs
- BaseProcessor.cs
- ByteAnimationUsingKeyFrames.cs