Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / ThreadStaticAttribute.cs / 1 / ThreadStaticAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: ThreadStaticAttribute.cs ** ** ** Purpose: Custom attribute to indicate that the field should be treated ** as a static relative to a thread. ** ** ** ===========================================================*/ namespace System { using System; [AttributeUsage(AttributeTargets.Field, Inherited = false),Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class ThreadStaticAttribute : Attribute { public ThreadStaticAttribute() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: ThreadStaticAttribute.cs ** ** ** Purpose: Custom attribute to indicate that the field should be treated ** as a static relative to a thread. ** ** ** ===========================================================*/ namespace System { using System; [AttributeUsage(AttributeTargets.Field, Inherited = false),Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class ThreadStaticAttribute : Attribute { public ThreadStaticAttribute() { } } } // 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
- UidPropertyAttribute.cs
- OptimalBreakSession.cs
- HtmlFormWrapper.cs
- PartialCachingAttribute.cs
- WorkflowFileItem.cs
- LinkConverter.cs
- IPEndPoint.cs
- XmlTextEncoder.cs
- SqlAliaser.cs
- ActivitySurrogateSelector.cs
- TypeConverters.cs
- SoapSchemaExporter.cs
- DockProviderWrapper.cs
- RequestNavigateEventArgs.cs
- OperandQuery.cs
- SrgsDocumentParser.cs
- WorkItem.cs
- Setter.cs
- BinaryConverter.cs
- HitTestParameters3D.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- TrackingLocationCollection.cs
- Animatable.cs
- DataServiceBehavior.cs
- RSAOAEPKeyExchangeFormatter.cs
- ToolBarOverflowPanel.cs
- XsltConvert.cs
- WebBrowserNavigatedEventHandler.cs
- CheckBoxField.cs
- Exception.cs
- MaskedTextProvider.cs
- ScrollableControl.cs
- ScrollBarRenderer.cs
- ConnectionPointGlyph.cs
- SerTrace.cs
- XmlSchemaSet.cs
- GeneralTransform3DCollection.cs
- MsmqIntegrationValidationBehavior.cs
- MatrixTransform3D.cs
- UITypeEditor.cs
- ImageSourceValueSerializer.cs
- MemoryRecordBuffer.cs
- SqlBuilder.cs
- HiddenField.cs
- GridViewItemAutomationPeer.cs
- WindowsListViewItemCheckBox.cs
- XmlSerializerVersionAttribute.cs
- ProcessThreadDesigner.cs
- FamilyMap.cs
- HtmlElementErrorEventArgs.cs
- ObjectReferenceStack.cs
- OleDbError.cs
- ContextProperty.cs
- _SSPISessionCache.cs
- PartialCachingControl.cs
- UnitControl.cs
- SqlVisitor.cs
- ApplicationFileCodeDomTreeGenerator.cs
- Clause.cs
- AnimatedTypeHelpers.cs
- XmlSchemaNotation.cs
- ImageButton.cs
- HttpModuleActionCollection.cs
- ColumnPropertiesGroup.cs
- XmlChildNodes.cs
- PositiveTimeSpanValidator.cs
- GetCardDetailsRequest.cs
- Currency.cs
- ArgumentOutOfRangeException.cs
- CancelEventArgs.cs
- CodeDelegateCreateExpression.cs
- ToolStrip.cs
- Roles.cs
- MonthChangedEventArgs.cs
- FixedPageProcessor.cs
- AssemblyName.cs
- AsnEncodedData.cs
- MenuAdapter.cs
- ResXFileRef.cs
- AddDataControlFieldDialog.cs
- FileStream.cs
- OuterGlowBitmapEffect.cs
- UTF32Encoding.cs
- WindowsTokenRoleProvider.cs
- RestHandlerFactory.cs
- HttpFormatExtensions.cs
- DataStorage.cs
- FilterFactory.cs
- CompositeFontParser.cs
- TypeHelpers.cs
- _AutoWebProxyScriptHelper.cs
- FieldTemplateFactory.cs
- TaiwanCalendar.cs
- ProtocolsConfigurationEntry.cs
- RepeatEnumerable.cs
- TransformValueSerializer.cs
- GeneratedView.cs
- BuildProviderUtils.cs
- TextInfo.cs
- WebServiceReceiveDesigner.cs