Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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()
{
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UpdateCompiler.cs
- NameValuePermission.cs
- BaseCodePageEncoding.cs
- IndentedWriter.cs
- BehaviorEditorPart.cs
- Helpers.cs
- TransactionChannelFaultConverter.cs
- CommentEmitter.cs
- DataPagerField.cs
- SqlUtil.cs
- Column.cs
- LocalBuilder.cs
- MimeMultiPart.cs
- CodeStatementCollection.cs
- SqlError.cs
- CorrelationRequestContext.cs
- SwitchElementsCollection.cs
- RangeValuePattern.cs
- SapiAttributeParser.cs
- WindowsContainer.cs
- ClientProxyGenerator.cs
- CompilerGeneratedAttribute.cs
- XmlDocument.cs
- MetadataCacheItem.cs
- ExchangeUtilities.cs
- HtmlTableCellCollection.cs
- BehaviorEditorPart.cs
- PackageRelationshipSelector.cs
- WindowsAuthenticationModule.cs
- SettingsPropertyCollection.cs
- EncodingStreamWrapper.cs
- CssStyleCollection.cs
- SessionSwitchEventArgs.cs
- HtmlSelect.cs
- PropertyCondition.cs
- RouteParameter.cs
- util.cs
- ServiceChannelFactory.cs
- CodeTypeReferenceCollection.cs
- SqlDeflator.cs
- HiddenFieldPageStatePersister.cs
- CharacterHit.cs
- AnonymousIdentificationModule.cs
- RtfControlWordInfo.cs
- UriParserTemplates.cs
- BulletDecorator.cs
- Listbox.cs
- hresults.cs
- DataSvcMapFileSerializer.cs
- ClientTarget.cs
- DbParameterCollectionHelper.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- LayoutEditorPart.cs
- DecimalConverter.cs
- CodeAttributeArgument.cs
- HasCopySemanticsAttribute.cs
- BaseResourcesBuildProvider.cs
- Function.cs
- BitmapVisualManager.cs
- NetSectionGroup.cs
- AmbientLight.cs
- StyleXamlParser.cs
- WSHttpTransportSecurityElement.cs
- CollectionEditVerbManager.cs
- TemplateXamlParser.cs
- BlockingCollection.cs
- StrongNameUtility.cs
- TransformPatternIdentifiers.cs
- CmsInterop.cs
- ReadOnlyObservableCollection.cs
- InternalTransaction.cs
- Random.cs
- BaseCodeDomTreeGenerator.cs
- StrongNameIdentityPermission.cs
- ExpandSegment.cs
- SQLBoolean.cs
- AttributeProviderAttribute.cs
- IdentityReference.cs
- MemoryStream.cs
- SqlClientWrapperSmiStreamChars.cs
- TransportSecurityProtocolFactory.cs
- HierarchicalDataSourceConverter.cs
- CacheHelper.cs
- ContainerUIElement3D.cs
- PreviewPrintController.cs
- IndexedString.cs
- AuthenticateEventArgs.cs
- NopReturnReader.cs
- MessageBox.cs
- UserControlCodeDomTreeGenerator.cs
- TextFindEngine.cs
- ManagedIStream.cs
- SingleAnimation.cs
- ContainerCodeDomSerializer.cs
- StyleModeStack.cs
- LinearGradientBrush.cs
- ConnectionsZone.cs
- Interlocked.cs
- HierarchicalDataBoundControl.cs
- TemplateComponentConnector.cs