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
- IImplicitResourceProvider.cs
- SubpageParagraph.cs
- IndicShape.cs
- QueryActivatableWorkflowsCommand.cs
- DbParameterCollectionHelper.cs
- XPathDocumentBuilder.cs
- BooleanSwitch.cs
- TransformedBitmap.cs
- ReadOnlyNameValueCollection.cs
- ValueType.cs
- XmlWhitespace.cs
- Application.cs
- RawStylusInputCustomDataList.cs
- ContextMenu.cs
- FormsAuthenticationTicket.cs
- BinaryMethodMessage.cs
- DecimalStorage.cs
- TimeoutValidationAttribute.cs
- SchemaNotation.cs
- PipelineModuleStepContainer.cs
- ExpressionPrefixAttribute.cs
- DateTimeConverter2.cs
- XmlElementAttributes.cs
- Int32Animation.cs
- Mutex.cs
- WasEndpointConfigContainer.cs
- storepermissionattribute.cs
- MimeWriter.cs
- MenuItemBinding.cs
- TdsParserSafeHandles.cs
- PrinterSettings.cs
- StrokeCollectionConverter.cs
- ListItemCollection.cs
- SerialPinChanges.cs
- webbrowsersite.cs
- UnsafeNativeMethodsCLR.cs
- HtmlForm.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ByteStack.cs
- RuntimeConfig.cs
- ReferenceCountedObject.cs
- ISO2022Encoding.cs
- BamlLocalizableResource.cs
- _UriSyntax.cs
- StandardToolWindows.cs
- ControlPropertyNameConverter.cs
- Delegate.cs
- CleanUpVirtualizedItemEventArgs.cs
- WindowsEditBox.cs
- EllipticalNodeOperations.cs
- SiteIdentityPermission.cs
- FixedLineResult.cs
- nulltextnavigator.cs
- Pipe.cs
- BCryptSafeHandles.cs
- Query.cs
- SimplePropertyEntry.cs
- LinkButton.cs
- XmlConvert.cs
- XamlPoint3DCollectionSerializer.cs
- ClientData.cs
- DesignerDataView.cs
- MessageContractExporter.cs
- EnumerationRangeValidationUtil.cs
- KeyInfo.cs
- DataGridViewBand.cs
- RuntimeCompatibilityAttribute.cs
- CryptoKeySecurity.cs
- ByteBufferPool.cs
- DataRelationPropertyDescriptor.cs
- XmlSerializerVersionAttribute.cs
- RenamedEventArgs.cs
- DecimalConstantAttribute.cs
- CodePageUtils.cs
- DataBindingValueUIHandler.cs
- __Error.cs
- CommandHelpers.cs
- PageThemeBuildProvider.cs
- versioninfo.cs
- ListViewInsertionMark.cs
- ProcessThreadCollection.cs
- EventHandlersDesigner.cs
- QilTargetType.cs
- DateTimeSerializationSection.cs
- MediaTimeline.cs
- RowBinding.cs
- EntityTypeBase.cs
- ActivityExecutionContext.cs
- ChangeProcessor.cs
- WindowsGrip.cs
- UserControlCodeDomTreeGenerator.cs
- SiteMapNodeItemEventArgs.cs
- StylusPointProperties.cs
- Shape.cs
- DataGridAddNewRow.cs
- SqlDataSourceView.cs
- SchemaExporter.cs
- ObjectDataSourceView.cs
- ArithmeticLiteral.cs
- DataServices.cs