Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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()
{
}
}
}
// 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;
[AttributeUsage(AttributeTargets.Field, Inherited = false),Serializable()]
[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
- PKCS1MaskGenerationMethod.cs
- KeySpline.cs
- TransactionFilter.cs
- FunctionParameter.cs
- StrokeNodeOperations.cs
- GenerateScriptTypeAttribute.cs
- RtfToken.cs
- FormViewRow.cs
- DrawingVisualDrawingContext.cs
- Collection.cs
- FormCollection.cs
- ListChangedEventArgs.cs
- PropVariant.cs
- UnmanagedMarshal.cs
- MailSettingsSection.cs
- DataGridViewLinkColumn.cs
- OrderByQueryOptionExpression.cs
- TemplateLookupAction.cs
- UserMapPath.cs
- PerspectiveCamera.cs
- PathGeometry.cs
- DefaultValidator.cs
- Hash.cs
- XLinq.cs
- Marshal.cs
- TdsParserHelperClasses.cs
- TypeToken.cs
- DataGridAutoFormat.cs
- Normalization.cs
- EntityDataSourceValidationException.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- ProviderConnectionPointCollection.cs
- EditorZone.cs
- DeviceFiltersSection.cs
- SafeViewOfFileHandle.cs
- UiaCoreApi.cs
- CodeStatementCollection.cs
- Effect.cs
- Win32.cs
- Animatable.cs
- NameNode.cs
- WindowsFormsLinkLabel.cs
- AvtEvent.cs
- TextEmbeddedObject.cs
- ArrayExtension.cs
- Size3DConverter.cs
- UiaCoreTypesApi.cs
- XNodeValidator.cs
- PseudoWebRequest.cs
- ServiceOperationWrapper.cs
- InputLanguageEventArgs.cs
- Parameter.cs
- WebServiceHandlerFactory.cs
- ComboBoxAutomationPeer.cs
- QilIterator.cs
- AssemblyAttributes.cs
- SqlDependencyListener.cs
- DrawingContextWalker.cs
- SiteMapHierarchicalDataSourceView.cs
- BookmarkInfo.cs
- XmlTextReaderImpl.cs
- StorageAssociationTypeMapping.cs
- IdentityManager.cs
- NetTcpSecurityElement.cs
- WebPartManagerInternals.cs
- BitmapEncoder.cs
- MergeFilterQuery.cs
- CodeCompiler.cs
- DesignerLoader.cs
- DataRecord.cs
- Config.cs
- HtmlSelect.cs
- SafeRightsManagementQueryHandle.cs
- StrongNameKeyPair.cs
- DataTableCollection.cs
- AutomationPatternInfo.cs
- ListViewPagedDataSource.cs
- RunWorkerCompletedEventArgs.cs
- _HTTPDateParse.cs
- ImmutableObjectAttribute.cs
- storagemappingitemcollection.viewdictionary.cs
- DataRecord.cs
- ScriptResourceHandler.cs
- safemediahandle.cs
- _Semaphore.cs
- SqlVisitor.cs
- Function.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- SelectionChangedEventArgs.cs
- RangeBaseAutomationPeer.cs
- ExceptionHandlers.cs
- ControlDesigner.cs
- MatrixUtil.cs
- XamlValidatingReader.cs
- WebPartDeleteVerb.cs
- WindowsListViewGroup.cs
- NodeCounter.cs
- WebMethodAttribute.cs
- XmlSortKey.cs
- EventSetter.cs