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
- Pair.cs
- PropertyKey.cs
- FormsAuthenticationUserCollection.cs
- PropertyGridDesigner.cs
- NamespaceCollection.cs
- DataTableCollection.cs
- TimelineGroup.cs
- PermissionSet.cs
- CancelEventArgs.cs
- PoisonMessageException.cs
- MethodBuilder.cs
- ExtendedPropertyDescriptor.cs
- DataGridViewTextBoxColumn.cs
- XmlSchemaChoice.cs
- TextBoxDesigner.cs
- SqlCacheDependency.cs
- While.cs
- SafeLibraryHandle.cs
- TypeElementCollection.cs
- RequiredArgumentAttribute.cs
- SessionSwitchEventArgs.cs
- SyntaxCheck.cs
- ArrayMergeHelper.cs
- DoubleLinkListEnumerator.cs
- TreeViewImageIndexConverter.cs
- CompModSwitches.cs
- ChangeConflicts.cs
- Visitor.cs
- Page.cs
- Switch.cs
- WebSysDefaultValueAttribute.cs
- XComponentModel.cs
- ListQueryResults.cs
- XmlNamespaceMappingCollection.cs
- QuaternionIndependentAnimationStorage.cs
- StorageMappingItemLoader.cs
- MultipleFilterMatchesException.cs
- HttpsHostedTransportConfiguration.cs
- XmlRootAttribute.cs
- Point.cs
- FullTextBreakpoint.cs
- OleDbRowUpdatedEvent.cs
- Speller.cs
- WebZone.cs
- AppSettingsExpressionBuilder.cs
- MouseEvent.cs
- StateRuntime.cs
- Ops.cs
- ListViewGroup.cs
- OdbcConnectionPoolProviderInfo.cs
- TemplateXamlTreeBuilder.cs
- xmlglyphRunInfo.cs
- MiniAssembly.cs
- RepeatBehavior.cs
- DockAndAnchorLayout.cs
- NumericUpDownAccelerationCollection.cs
- WeakReferenceList.cs
- HandledMouseEvent.cs
- SurrogateSelector.cs
- StorageEntityTypeMapping.cs
- GridViewCellAutomationPeer.cs
- CodeCompileUnit.cs
- CodeNamespaceImport.cs
- SelectionRangeConverter.cs
- Win32PrintDialog.cs
- SharedPerformanceCounter.cs
- DropDownList.cs
- FixedDSBuilder.cs
- NativeMethods.cs
- DesignBindingPicker.cs
- DataGridAutoFormatDialog.cs
- FreezableOperations.cs
- DiscoveryClientBindingElement.cs
- ParamArrayAttribute.cs
- WrappedReader.cs
- PackageFilter.cs
- ControlCachePolicy.cs
- ConsumerConnectionPoint.cs
- TypeSystem.cs
- ToolTip.cs
- SmiEventStream.cs
- Border.cs
- NavigationWindow.cs
- MultiPageTextView.cs
- ObjectMemberMapping.cs
- BitmapPalette.cs
- SerTrace.cs
- Timer.cs
- DocumentPageViewAutomationPeer.cs
- XamlRtfConverter.cs
- CodeTypeReferenceExpression.cs
- SharedConnectionWorkflowTransactionService.cs
- DesignerSerializationVisibilityAttribute.cs
- GestureRecognizer.cs
- LongValidatorAttribute.cs
- InstalledFontCollection.cs
- TextContainerHelper.cs
- PeerName.cs
- EntityContainerAssociationSetEnd.cs
- DummyDataSource.cs