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
- SimpleTypesSurrogate.cs
- WrapPanel.cs
- DataServiceResponse.cs
- StylusOverProperty.cs
- SupportsEventValidationAttribute.cs
- Errors.cs
- XmlWriter.cs
- Separator.cs
- BaseTemplatedMobileComponentEditor.cs
- Expression.cs
- _SpnDictionary.cs
- AxisAngleRotation3D.cs
- ByteConverter.cs
- MouseGestureValueSerializer.cs
- DataBinding.cs
- TextRangeBase.cs
- WebPartCatalogAddVerb.cs
- GenericIdentity.cs
- HMAC.cs
- ContentPlaceHolder.cs
- GlobalProxySelection.cs
- DeploymentExceptionMapper.cs
- EntityDataSourceValidationException.cs
- StatusBarDrawItemEvent.cs
- DisableDpiAwarenessAttribute.cs
- TableItemStyle.cs
- NativeObjectSecurity.cs
- ExpressionCopier.cs
- TiffBitmapEncoder.cs
- DrawingCollection.cs
- GridViewUpdatedEventArgs.cs
- MiniConstructorInfo.cs
- DbParameterHelper.cs
- LeafCellTreeNode.cs
- ListViewGroupItemCollection.cs
- ProviderCollection.cs
- CheckBoxAutomationPeer.cs
- DescendentsWalkerBase.cs
- BinaryFormatterWriter.cs
- TextAdaptor.cs
- ComponentConverter.cs
- SoapExtension.cs
- FunctionOverloadResolver.cs
- Pts.cs
- JoinSymbol.cs
- ProjectedSlot.cs
- SafeFileMappingHandle.cs
- StringToken.cs
- BindToObject.cs
- documentsequencetextpointer.cs
- Menu.cs
- ApplicationInfo.cs
- TreeNodeBindingCollection.cs
- PropertyPath.cs
- BamlLocalizer.cs
- GridViewUpdateEventArgs.cs
- SqlInfoMessageEvent.cs
- Tag.cs
- FontSizeConverter.cs
- NetworkInformationPermission.cs
- MembershipSection.cs
- XmlDictionaryReaderQuotas.cs
- ProtectedConfiguration.cs
- _NegotiateClient.cs
- InheritablePropertyChangeInfo.cs
- SelectedGridItemChangedEvent.cs
- UpdateTranslator.cs
- Point.cs
- ContentTextAutomationPeer.cs
- ThemeDictionaryExtension.cs
- DrawListViewSubItemEventArgs.cs
- Timer.cs
- TabPanel.cs
- TableChangeProcessor.cs
- Button.cs
- PathGeometry.cs
- SchemaElementLookUpTableEnumerator.cs
- PopupEventArgs.cs
- UnsafeNetInfoNativeMethods.cs
- CodeExpressionCollection.cs
- XmlArrayItemAttributes.cs
- EdmComplexTypeAttribute.cs
- ProfileModule.cs
- WebExceptionStatus.cs
- InternalEnumValidator.cs
- Transactions.cs
- CodeNamespace.cs
- DrawingContext.cs
- NonBatchDirectoryCompiler.cs
- WindowsSysHeader.cs
- EmptyControlCollection.cs
- SimplePropertyEntry.cs
- _NegotiateClient.cs
- wgx_render.cs
- PathFigureCollectionConverter.cs
- FeatureSupport.cs
- SettingsPropertyCollection.cs
- WizardSideBarListControlItem.cs
- BitmapMetadata.cs
- AffineTransform3D.cs