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
- DropShadowEffect.cs
- _NegoStream.cs
- WebReferencesBuildProvider.cs
- BamlRecords.cs
- AutoFocusStyle.xaml.cs
- ToolBarButton.cs
- ILGenerator.cs
- ModuleBuilderData.cs
- HttpClientCertificate.cs
- WebPartDeleteVerb.cs
- AsyncStreamReader.cs
- validationstate.cs
- WorkflowItemPresenter.cs
- OracleLob.cs
- AnnotationStore.cs
- TemplateParser.cs
- ResourceAssociationSet.cs
- PathGeometry.cs
- SqlDataSourceSelectingEventArgs.cs
- ComPlusServiceHost.cs
- EasingKeyFrames.cs
- Setter.cs
- XmlSchema.cs
- DataGridViewCellPaintingEventArgs.cs
- RoleProviderPrincipal.cs
- PageDeviceFont.cs
- ImageMap.cs
- SEHException.cs
- BoundPropertyEntry.cs
- TextOnlyOutput.cs
- _KerberosClient.cs
- FunctionQuery.cs
- HMACSHA384.cs
- X509CertificateValidationMode.cs
- ConnectionProviderAttribute.cs
- XNodeNavigator.cs
- OdbcReferenceCollection.cs
- Dump.cs
- ProfilePropertyNameValidator.cs
- CapabilitiesSection.cs
- ClientUtils.cs
- FaultCode.cs
- figurelengthconverter.cs
- SmtpDateTime.cs
- BitmapEffectCollection.cs
- TypeForwardedFromAttribute.cs
- Point4D.cs
- TableLayoutColumnStyleCollection.cs
- Char.cs
- OptimizedTemplateContent.cs
- AnchoredBlock.cs
- LoggedException.cs
- UserNameSecurityToken.cs
- CalendarAutomationPeer.cs
- RangeBaseAutomationPeer.cs
- ProcessModule.cs
- xdrvalidator.cs
- TransactionFlowBindingElementImporter.cs
- ExtendedPropertyCollection.cs
- IconHelper.cs
- WebConfigurationManager.cs
- PointLightBase.cs
- SecurityRuntime.cs
- ToolStripDropDownDesigner.cs
- login.cs
- SimpleHandlerBuildProvider.cs
- CompoundFileReference.cs
- UIAgentMonitorHandle.cs
- ListItemCollection.cs
- SspiNegotiationTokenAuthenticatorState.cs
- DictionaryGlobals.cs
- TimeSpanOrInfiniteConverter.cs
- BStrWrapper.cs
- StringAttributeCollection.cs
- IFormattable.cs
- RemoteWebConfigurationHostServer.cs
- Psha1DerivedKeyGenerator.cs
- EventEntry.cs
- TrustManagerMoreInformation.cs
- ComboBoxRenderer.cs
- NodeFunctions.cs
- LostFocusEventManager.cs
- CryptoSession.cs
- ManifestSignedXml.cs
- RefreshPropertiesAttribute.cs
- SetStoryboardSpeedRatio.cs
- XsdCachingReader.cs
- MessageSecurityTokenVersion.cs
- CellParagraph.cs
- ClientTarget.cs
- PersistenceProviderElement.cs
- GCHandleCookieTable.cs
- RectangleGeometry.cs
- ContextQuery.cs
- TextServicesDisplayAttribute.cs
- XomlCompilerError.cs
- CngUIPolicy.cs
- DBSchemaRow.cs
- DefaultValueTypeConverter.cs
- TextChange.cs