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
- XmlCDATASection.cs
- View.cs
- SqlReferenceCollection.cs
- SqlCachedBuffer.cs
- SwitchLevelAttribute.cs
- AttributeUsageAttribute.cs
- ScriptResourceAttribute.cs
- ToolboxItemAttribute.cs
- ChangeConflicts.cs
- TransactionManager.cs
- ListComponentEditor.cs
- EditorPart.cs
- StatusBar.cs
- LineSegment.cs
- WebGetAttribute.cs
- OrderingInfo.cs
- DataKeyArray.cs
- TextWriterEngine.cs
- IMembershipProvider.cs
- BitmapEffectGroup.cs
- MediaTimeline.cs
- LoginUtil.cs
- MarshalDirectiveException.cs
- CollectionViewGroupInternal.cs
- DashStyle.cs
- WorkflowApplicationException.cs
- EventLog.cs
- PipelineComponent.cs
- ControlParameter.cs
- TrackingRecord.cs
- HttpRawResponse.cs
- ControlUtil.cs
- LazyInitializer.cs
- XmlDataLoader.cs
- TimeoutTimer.cs
- RegionIterator.cs
- PropertyInformation.cs
- DBDataPermission.cs
- LZCodec.cs
- And.cs
- DeclarativeCatalogPartDesigner.cs
- WebPartDescriptionCollection.cs
- ChildChangedEventArgs.cs
- DesignTimeParseData.cs
- Memoizer.cs
- ClientBuildManagerCallback.cs
- WebPartDescription.cs
- PagesSection.cs
- InputBinding.cs
- DecimalStorage.cs
- ContractUtils.cs
- FixedHyperLink.cs
- XmlSchemaIdentityConstraint.cs
- StrokeNode.cs
- WorkflowFileItem.cs
- GridViewRow.cs
- Relationship.cs
- Drawing.cs
- TextFormatter.cs
- Object.cs
- ObjectViewEntityCollectionData.cs
- QilValidationVisitor.cs
- URI.cs
- figurelengthconverter.cs
- ServicesExceptionNotHandledEventArgs.cs
- NamespaceListProperty.cs
- CellIdBoolean.cs
- IERequestCache.cs
- SkewTransform.cs
- SslStream.cs
- WebEventCodes.cs
- ServiceObjectContainer.cs
- XmlSchemaSubstitutionGroup.cs
- InteropBitmapSource.cs
- IsolatedStorageException.cs
- InstanceDataCollectionCollection.cs
- NullableIntMinMaxAggregationOperator.cs
- PersonalizationProviderHelper.cs
- Deserializer.cs
- RankException.cs
- SqlErrorCollection.cs
- ToolStripSystemRenderer.cs
- CursorEditor.cs
- OleStrCAMarshaler.cs
- DescriptionAttribute.cs
- DocumentReferenceCollection.cs
- hresults.cs
- ShaperBuffers.cs
- HttpCacheVaryByContentEncodings.cs
- SocketInformation.cs
- RootContext.cs
- KeysConverter.cs
- XmlDictionaryString.cs
- BaseDataBoundControl.cs
- _LocalDataStoreMgr.cs
- DispatcherObject.cs
- CompoundFileDeflateTransform.cs
- EntitySqlQueryBuilder.cs
- NativeMethods.cs
- DataSourceXmlElementAttribute.cs