Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / ThreadStaticAttribute.cs / 1305376 / 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; [Serializable] [AttributeUsage(AttributeTargets.Field, Inherited = false)] [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; [Serializable] [AttributeUsage(AttributeTargets.Field, Inherited = false)] [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
- ListBindingHelper.cs
- ConversionHelper.cs
- ExceptionUtility.cs
- UnsafeNativeMethods.cs
- FigureParaClient.cs
- ClientFormsAuthenticationCredentials.cs
- CertificateElement.cs
- NavigationProperty.cs
- RequestCachingSection.cs
- DynamicControl.cs
- CalendarKeyboardHelper.cs
- TryCatchDesigner.xaml.cs
- XmlValidatingReader.cs
- InkSerializer.cs
- NullReferenceException.cs
- Image.cs
- XmlDataLoader.cs
- MetadataSerializer.cs
- TypeConverterAttribute.cs
- XsdDuration.cs
- DataIdProcessor.cs
- SqlInfoMessageEvent.cs
- GetWinFXPath.cs
- Button.cs
- PerformanceCounterNameAttribute.cs
- References.cs
- NavigateUrlConverter.cs
- ListControl.cs
- DataGridCellEditEndingEventArgs.cs
- ToolBarButtonDesigner.cs
- OleDbMetaDataFactory.cs
- DeleteIndexBinder.cs
- RemoteWebConfigurationHost.cs
- TabPage.cs
- UIPermission.cs
- Operator.cs
- WinEventQueueItem.cs
- printdlgexmarshaler.cs
- WebPartConnectionsCloseVerb.cs
- ListItemCollection.cs
- XmlSchemaInfo.cs
- EastAsianLunisolarCalendar.cs
- OpacityConverter.cs
- MaterialGroup.cs
- TemplateBindingExtensionConverter.cs
- RepeatInfo.cs
- PropertyFilter.cs
- CancelEventArgs.cs
- Misc.cs
- ObjectDataSourceMethodEventArgs.cs
- DragCompletedEventArgs.cs
- XPathChildIterator.cs
- NavigationFailedEventArgs.cs
- XmlProcessingInstruction.cs
- DynamicMethod.cs
- RefExpr.cs
- DataServiceRequestOfT.cs
- ResourceDescriptionAttribute.cs
- Rect.cs
- LicFileLicenseProvider.cs
- TableLayoutSettings.cs
- Model3D.cs
- MatrixKeyFrameCollection.cs
- CultureInfoConverter.cs
- TrackingRecord.cs
- DefaultProxySection.cs
- Matrix.cs
- X509CertificateClaimSet.cs
- CodeMemberProperty.cs
- SQLDoubleStorage.cs
- QueuePathDialog.cs
- RootBrowserWindowAutomationPeer.cs
- ComboBox.cs
- FileLevelControlBuilderAttribute.cs
- CommandID.cs
- _emptywebproxy.cs
- SqlMethodAttribute.cs
- BindMarkupExtensionSerializer.cs
- DataRelationPropertyDescriptor.cs
- SystemDropShadowChrome.cs
- InputQueueChannel.cs
- OracleString.cs
- RulePatternOps.cs
- SoapAttributes.cs
- MenuItemStyle.cs
- RefreshEventArgs.cs
- AttributeCollection.cs
- UnsafeNativeMethods.cs
- AppearanceEditorPart.cs
- DataGridViewSelectedRowCollection.cs
- StructuralObject.cs
- XmlElementCollection.cs
- SystemResourceKey.cs
- DataTableReaderListener.cs
- AppLevelCompilationSectionCache.cs
- SpellerError.cs
- DataListDesigner.cs
- SQLBytes.cs
- DataGridTablesFactory.cs
- sqlinternaltransaction.cs