Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Core / System / Diagnostics / Eventing / Reader / EventRecord.cs / 1305376 / EventRecord.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: EventRecord ** ** Purpose: ** This public abstract class defines the methods / properties ** that all events should support. ** ============================================================*/ using System; using System.Collections; using System.Collections.Generic; using System.Security.Principal; using System.Diagnostics.CodeAnalysis; namespace System.Diagnostics.Eventing.Reader { ////// Represents an event obtained from an EventReader. /// [System.Security.Permissions.HostProtection(MayLeakOnAbort = true)] public abstract class EventRecord : IDisposable { public abstract int Id { get; } public abstract byte? Version { get; } public abstract byte? Level { get; } public abstract int? Task { get; } [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcode", Justification = "[....]: Shipped public in 3.5, breaking change to fix now.")] public abstract short? Opcode { get; } public abstract long? Keywords { get; } public abstract long? RecordId { get; } public abstract string ProviderName { get; } public abstract Guid? ProviderId { get; } public abstract string LogName { get; } public abstract int? ProcessId { get; } public abstract int? ThreadId { get; } public abstract string MachineName { get; } public abstract SecurityIdentifier UserId { get; } public abstract DateTime? TimeCreated { get; } public abstract Guid? ActivityId { get; } public abstract Guid? RelatedActivityId { get; } public abstract int? Qualifiers { get; } public abstract string FormatDescription(); public abstract string FormatDescription(IEnumerable
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DocumentSchemaValidator.cs
- ProtocolProfile.cs
- ArrayListCollectionBase.cs
- IArgumentProvider.cs
- ExpressionConverter.cs
- BindValidator.cs
- KeyTimeConverter.cs
- TreeViewItem.cs
- Renderer.cs
- XmlReaderSettings.cs
- MouseEventArgs.cs
- SecurityContext.cs
- FixedTextBuilder.cs
- SqlConnectionManager.cs
- cookieexception.cs
- EDesignUtil.cs
- ZipIOLocalFileBlock.cs
- CodeDirectoryCompiler.cs
- BaseResourcesBuildProvider.cs
- CompositeFontParser.cs
- XmlIterators.cs
- ProviderCommandInfoUtils.cs
- SAPIEngineTypes.cs
- AxParameterData.cs
- ItemsChangedEventArgs.cs
- DataPagerField.cs
- HostingPreferredMapPath.cs
- MenuScrollingVisibilityConverter.cs
- FunctionQuery.cs
- Label.cs
- RelationshipEndMember.cs
- ExceptionValidationRule.cs
- EntityProxyFactory.cs
- SqlLiftIndependentRowExpressions.cs
- ViewStateException.cs
- CodeIterationStatement.cs
- PerformanceCounterLib.cs
- ButtonBase.cs
- ObjectConverter.cs
- WindowsRichEditRange.cs
- AnimationException.cs
- ToolBar.cs
- SqlNode.cs
- InputGestureCollection.cs
- ProfileSettings.cs
- Subset.cs
- HwndSource.cs
- DefaultBinder.cs
- XamlVector3DCollectionSerializer.cs
- SamlAuthenticationStatement.cs
- SetterBase.cs
- Int16Converter.cs
- FixedPageAutomationPeer.cs
- _UriTypeConverter.cs
- CacheChildrenQuery.cs
- CoordinationService.cs
- CodeIterationStatement.cs
- OleAutBinder.cs
- ObjectReaderCompiler.cs
- SourceElementsCollection.cs
- TextContainerChangedEventArgs.cs
- XmlBufferReader.cs
- DynamicActivityXamlReader.cs
- Setter.cs
- FilteredReadOnlyMetadataCollection.cs
- ImageAnimator.cs
- Automation.cs
- MetadataStore.cs
- MultiDataTrigger.cs
- TextEffectCollection.cs
- CacheAxisQuery.cs
- ChangeNode.cs
- SystemTcpConnection.cs
- HitTestDrawingContextWalker.cs
- FileUpload.cs
- LOSFormatter.cs
- Geometry.cs
- QueryResponse.cs
- CqlParser.cs
- DynamicMethod.cs
- ImageKeyConverter.cs
- XmlBinaryReader.cs
- BaseInfoTable.cs
- XmlImplementation.cs
- CodeSubDirectoriesCollection.cs
- AppLevelCompilationSectionCache.cs
- DocumentOrderQuery.cs
- DocumentViewerAutomationPeer.cs
- WSFederationHttpSecurityMode.cs
- FrameworkName.cs
- Tokenizer.cs
- EdmFunctionAttribute.cs
- AssemblyFilter.cs
- ClusterRegistryConfigurationProvider.cs
- SafeHandles.cs
- PropertyGrid.cs
- DictionarySectionHandler.cs
- RenderTargetBitmap.cs
- WS2007FederationHttpBindingCollectionElement.cs
- CustomCredentialPolicy.cs