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
- ConfigurationElement.cs
- XDRSchema.cs
- AttachedPropertyMethodSelector.cs
- ElementProxy.cs
- PlanCompilerUtil.cs
- ConditionalWeakTable.cs
- ColorConvertedBitmap.cs
- LocatorPart.cs
- MatrixTransform.cs
- VirtualDirectoryMappingCollection.cs
- FontWeightConverter.cs
- PageAsyncTaskManager.cs
- InternalTransaction.cs
- WebBaseEventKeyComparer.cs
- ContextMenuAutomationPeer.cs
- MustUnderstandBehavior.cs
- FocusChangedEventArgs.cs
- DesignerHost.cs
- ThicknessConverter.cs
- RootDesignerSerializerAttribute.cs
- SubMenuStyle.cs
- MailDefinition.cs
- EventLogPermissionEntry.cs
- RegexGroup.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- DataStorage.cs
- HtmlShim.cs
- SchemaEntity.cs
- Component.cs
- ProcessHostFactoryHelper.cs
- TypographyProperties.cs
- QueryOperationResponseOfT.cs
- ModuleBuilder.cs
- BaseHashHelper.cs
- ConfigurationConverterBase.cs
- MaskedTextBox.cs
- RSACryptoServiceProvider.cs
- DesignerActionVerbList.cs
- SspiSecurityTokenParameters.cs
- ProfileProvider.cs
- TextComposition.cs
- MetafileHeaderWmf.cs
- BamlReader.cs
- HtmlInputCheckBox.cs
- LogLogRecordEnumerator.cs
- Process.cs
- ContentValidator.cs
- Event.cs
- StaticDataManager.cs
- HttpWebRequest.cs
- Hyperlink.cs
- NamespaceQuery.cs
- BatchStream.cs
- Solver.cs
- PeerNearMe.cs
- OleDbRowUpdatedEvent.cs
- DataGridViewComboBoxCell.cs
- SqlClientFactory.cs
- Utils.cs
- AuthenticationService.cs
- XmlSchemaSimpleContentExtension.cs
- DynamicRenderer.cs
- GreenMethods.cs
- ButtonPopupAdapter.cs
- ValidationSummary.cs
- CodeDirectiveCollection.cs
- X509ScopedServiceCertificateElementCollection.cs
- PolyBezierSegmentFigureLogic.cs
- XmlReflectionImporter.cs
- SystemColors.cs
- NullRuntimeConfig.cs
- UInt64.cs
- WebResourceAttribute.cs
- UnionCqlBlock.cs
- FloaterBaseParaClient.cs
- Pen.cs
- ThreadAbortException.cs
- DataServiceProcessingPipeline.cs
- DataPagerFieldCommandEventArgs.cs
- TextTreeTextBlock.cs
- SQLDateTimeStorage.cs
- controlskin.cs
- HttpResponse.cs
- StrokeIntersection.cs
- VirtualizingPanel.cs
- TransformCollection.cs
- MenuItemCollectionEditorDialog.cs
- DataGridViewHeaderCell.cs
- ExtendedProperty.cs
- HttpPostClientProtocol.cs
- CryptoHelper.cs
- BaseParaClient.cs
- GeneratedView.cs
- TypedTableBase.cs
- FileSystemEnumerable.cs
- WebMessageEncoderFactory.cs
- VideoDrawing.cs
- TableLayoutPanel.cs
- XmlNodeWriter.cs
- TableRow.cs