Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Core / System / Diagnostics / Eventing / Reader / EventProperty.cs / 1305376 / EventProperty.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: EventProperty ** ** Purpose: ** This public class defines the methods / properties for the ** individual Data Values of an EventRecord. Instances of this ** class are obtained from EventRecord. ** ============================================================*/ using System; namespace System.Diagnostics.Eventing.Reader { [System.Security.Permissions.HostProtection(MayLeakOnAbort = true)] public sealed class EventProperty { private object value; internal EventProperty(object value) { this.value = value; } public object Value { get { return value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: EventProperty ** ** Purpose: ** This public class defines the methods / properties for the ** individual Data Values of an EventRecord. Instances of this ** class are obtained from EventRecord. ** ============================================================*/ using System; namespace System.Diagnostics.Eventing.Reader { [System.Security.Permissions.HostProtection(MayLeakOnAbort = true)] public sealed class EventProperty { private object value; internal EventProperty(object value) { this.value = value; } public object Value { get { return value; } } } } // 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
- DrawingGroup.cs
- WriteTimeStream.cs
- TreeNodeCollection.cs
- TypeSource.cs
- AccessedThroughPropertyAttribute.cs
- RestClientProxyHandler.cs
- WmlValidatorAdapter.cs
- AuthenticationModuleElementCollection.cs
- ServiceModelConfigurationSectionGroup.cs
- StateManagedCollection.cs
- SortQuery.cs
- DecimalKeyFrameCollection.cs
- TableSectionStyle.cs
- documentsequencetextcontainer.cs
- Rotation3DAnimationBase.cs
- StyleBamlRecordReader.cs
- Vars.cs
- SQLMembershipProvider.cs
- XmlMapping.cs
- DependencyPropertyKey.cs
- _ConnectionGroup.cs
- StringComparer.cs
- WorkingDirectoryEditor.cs
- FontCacheUtil.cs
- Win32MouseDevice.cs
- XPathSelfQuery.cs
- EnumBuilder.cs
- RadialGradientBrush.cs
- UpWmlPageAdapter.cs
- RestHandler.cs
- StylusPoint.cs
- XmlValidatingReaderImpl.cs
- InstancePersistenceException.cs
- AsyncOperationManager.cs
- SecurityManager.cs
- BitmapImage.cs
- ReadOnlyAttribute.cs
- ImageField.cs
- BrowsableAttribute.cs
- CodeTypeReferenceExpression.cs
- CodePageEncoding.cs
- StreamInfo.cs
- EventLogTraceListener.cs
- DataGridViewCheckBoxColumn.cs
- ThemeDirectoryCompiler.cs
- FixedSOMGroup.cs
- WebHttpBehavior.cs
- CfgRule.cs
- ProcessModelInfo.cs
- UriSectionData.cs
- DispatcherEventArgs.cs
- TypeLoadException.cs
- TextTabProperties.cs
- QueryContinueDragEvent.cs
- SqlRowUpdatingEvent.cs
- XmlNamespaceDeclarationsAttribute.cs
- TemplatedWizardStep.cs
- RectAnimationUsingKeyFrames.cs
- WebServiceEndpoint.cs
- Odbc32.cs
- TypeDescriptionProvider.cs
- WebPartTransformerAttribute.cs
- ActiveXHost.cs
- ProxyGenerationError.cs
- PrintPageEvent.cs
- ToolStripItemClickedEventArgs.cs
- SiteMapNode.cs
- MissingMemberException.cs
- TableLayoutStyleCollection.cs
- MdImport.cs
- WebBrowserSiteBase.cs
- EventDriven.cs
- ListInitExpression.cs
- HttpProfileBase.cs
- GenericEnumConverter.cs
- DesignerView.Commands.cs
- Helpers.cs
- WindowsAuthenticationModule.cs
- RotateTransform3D.cs
- SafeIUnknown.cs
- SQLChars.cs
- XPathNavigator.cs
- MenuBase.cs
- ISAPIRuntime.cs
- ComboBoxAutomationPeer.cs
- FormsAuthenticationEventArgs.cs
- UIElementAutomationPeer.cs
- SpinWait.cs
- Serializer.cs
- Misc.cs
- WebPartPersonalization.cs
- DataGridViewColumnTypeEditor.cs
- StickyNoteContentControl.cs
- ViewBase.cs
- CatalogPart.cs
- Signature.cs
- OleDbRowUpdatedEvent.cs
- TableCellCollection.cs
- ServiceProviders.cs
- ProviderSettingsCollection.cs