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
- ObjectDataSourceDisposingEventArgs.cs
- StyleBamlRecordReader.cs
- IdentityNotMappedException.cs
- NamedObject.cs
- SHA512Managed.cs
- DoubleAverageAggregationOperator.cs
- DataPager.cs
- DataBinder.cs
- ListViewGroupItemCollection.cs
- TimeSpanParse.cs
- AssemblyUtil.cs
- EventManager.cs
- PartialCachingAttribute.cs
- FormCollection.cs
- CompositeFontParser.cs
- NavigationPropertyEmitter.cs
- DateTimeValueSerializerContext.cs
- RelatedImageListAttribute.cs
- TextDecorations.cs
- DataListCommandEventArgs.cs
- X509CertificateInitiatorClientCredential.cs
- EntityDesignerDataSourceView.cs
- HttpPostLocalhostServerProtocol.cs
- SequentialOutput.cs
- FixedHighlight.cs
- AsynchronousChannel.cs
- CompositeFontParser.cs
- WebPartsPersonalization.cs
- OpacityConverter.cs
- StylusPointCollection.cs
- RsaElement.cs
- FixedPageProcessor.cs
- Matrix.cs
- translator.cs
- RequestTimeoutManager.cs
- DataObjectCopyingEventArgs.cs
- ProfilePropertySettings.cs
- RequestSecurityTokenResponse.cs
- BufferModeSettings.cs
- DataObjectPastingEventArgs.cs
- DefaultTypeArgumentAttribute.cs
- CompositeControl.cs
- ConstraintManager.cs
- VerticalAlignConverter.cs
- Base64Decoder.cs
- _AuthenticationState.cs
- _FtpControlStream.cs
- TemplateKey.cs
- RadialGradientBrush.cs
- CodeFieldReferenceExpression.cs
- QuaternionConverter.cs
- GridViewAutoFormat.cs
- TableStyle.cs
- ToolStripLabel.cs
- BoundPropertyEntry.cs
- FactoryGenerator.cs
- XmlSchemaParticle.cs
- DesignSurface.cs
- _NtlmClient.cs
- FormsAuthenticationUser.cs
- IisTraceWebEventProvider.cs
- AsymmetricSignatureDeformatter.cs
- CharAnimationUsingKeyFrames.cs
- CompilationUtil.cs
- NamespaceDisplayAutomationPeer.cs
- QuerySetOp.cs
- TrustLevelCollection.cs
- HttpDebugHandler.cs
- PingOptions.cs
- MulticastNotSupportedException.cs
- MonthChangedEventArgs.cs
- QilXmlWriter.cs
- RenderCapability.cs
- LateBoundChannelParameterCollection.cs
- SqlDataSourceDesigner.cs
- GetChildSubtree.cs
- PolicyValidationException.cs
- TransactionManager.cs
- QuaternionValueSerializer.cs
- ChtmlTextWriter.cs
- ConfigurationManagerInternalFactory.cs
- DataGridViewImageCell.cs
- MouseButton.cs
- InvokeWebServiceDesigner.cs
- KeyGestureConverter.cs
- IxmlLineInfo.cs
- EmbeddedObject.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- sitestring.cs
- DataGridViewRowCollection.cs
- TextEffect.cs
- Registration.cs
- WorkflowWebHostingModule.cs
- DataViewSettingCollection.cs
- ResourceDescriptionAttribute.cs
- SaveFileDialog.cs
- ListComponentEditor.cs
- IndentedWriter.cs
- OracleRowUpdatedEventArgs.cs
- DesignRelation.cs