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
- SqlProcedureAttribute.cs
- XmlElementList.cs
- XmlCountingReader.cs
- BamlResourceDeserializer.cs
- SequenceFullException.cs
- DocumentViewerConstants.cs
- Activity.cs
- QueryStringParameter.cs
- RSAPKCS1SignatureFormatter.cs
- DataPagerFieldCommandEventArgs.cs
- AssociationTypeEmitter.cs
- QilLiteral.cs
- CheckBoxDesigner.cs
- DataGridGeneralPage.cs
- XmlUtilWriter.cs
- baseshape.cs
- DataServiceProcessingPipeline.cs
- TabControlDesigner.cs
- XsdCachingReader.cs
- CheckBoxStandardAdapter.cs
- JavaScriptString.cs
- MLangCodePageEncoding.cs
- QuadraticBezierSegment.cs
- XslAstAnalyzer.cs
- HandleCollector.cs
- ByteFacetDescriptionElement.cs
- XmlTypeAttribute.cs
- RotateTransform3D.cs
- DataGridViewCellStateChangedEventArgs.cs
- HttpInputStream.cs
- PersonalizationDictionary.cs
- SetStoryboardSpeedRatio.cs
- AliasedSlot.cs
- SystemInfo.cs
- String.cs
- DtdParser.cs
- HttpConfigurationSystem.cs
- OverrideMode.cs
- PropertyConverter.cs
- CompilationLock.cs
- ProfilePropertySettings.cs
- StateMachine.cs
- AlignmentXValidation.cs
- Queue.cs
- MediaContextNotificationWindow.cs
- SystemWebSectionGroup.cs
- DataGridLinkButton.cs
- Simplifier.cs
- WebBrowserBase.cs
- SelectionGlyph.cs
- ExtensionElementCollection.cs
- NegotiationTokenAuthenticatorState.cs
- WindowInteropHelper.cs
- PkcsMisc.cs
- DSASignatureDeformatter.cs
- PeerContact.cs
- DrawListViewItemEventArgs.cs
- DoubleLink.cs
- BamlBinaryReader.cs
- ElapsedEventArgs.cs
- MoveSizeWinEventHandler.cs
- GeneratedContractType.cs
- UpdateTranslator.cs
- EmptyReadOnlyDictionaryInternal.cs
- ComboBoxItem.cs
- Models.cs
- PersistChildrenAttribute.cs
- SafeReversePInvokeHandle.cs
- LayoutManager.cs
- DbProviderServices.cs
- RangeValidator.cs
- IntSecurity.cs
- NavigatingCancelEventArgs.cs
- NamespaceCollection.cs
- ModuleBuilderData.cs
- InputLanguageManager.cs
- AssemblyAttributes.cs
- DiscoveryDocument.cs
- SByteConverter.cs
- ValidatingReaderNodeData.cs
- BitmapEncoder.cs
- GridPatternIdentifiers.cs
- StrongNameIdentityPermission.cs
- GridViewColumnCollectionChangedEventArgs.cs
- DataGridViewUtilities.cs
- HealthMonitoringSection.cs
- Clause.cs
- VariableReference.cs
- SmtpDateTime.cs
- RequestCacheEntry.cs
- ValidationHelper.cs
- RoleManagerSection.cs
- DbMetaDataColumnNames.cs
- SourceInterpreter.cs
- ResourcePermissionBaseEntry.cs
- BevelBitmapEffect.cs
- SafeArrayRankMismatchException.cs
- DelayLoadType.cs
- Opcode.cs
- ResXDataNode.cs