Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TraceListeners.cs
- ProfilePropertySettings.cs
- LinqDataSourceValidationException.cs
- Pts.cs
- Html32TextWriter.cs
- PrintEvent.cs
- PtsCache.cs
- ListViewInsertedEventArgs.cs
- ASCIIEncoding.cs
- Decimal.cs
- KeyFrames.cs
- ExternalException.cs
- RotateTransform.cs
- SafeCryptoKeyHandle.cs
- TextLineResult.cs
- CheckBoxList.cs
- SizeAnimationClockResource.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- HtmlControlPersistable.cs
- AttributeEmitter.cs
- RSAOAEPKeyExchangeDeformatter.cs
- IteratorFilter.cs
- XslCompiledTransform.cs
- FormViewUpdateEventArgs.cs
- DBCommandBuilder.cs
- TextContainerChangedEventArgs.cs
- InvariantComparer.cs
- WindowShowOrOpenTracker.cs
- NegatedCellConstant.cs
- Propagator.cs
- XsltArgumentList.cs
- ReadOnlyCollection.cs
- PaginationProgressEventArgs.cs
- DescendantOverDescendantQuery.cs
- CallContext.cs
- DetailsViewUpdatedEventArgs.cs
- FloaterParaClient.cs
- LogicalExpr.cs
- LogStore.cs
- DocumentsTrace.cs
- ItemCollection.cs
- SuppressMergeCheckAttribute.cs
- XPathParser.cs
- TextParagraphCache.cs
- EntityStoreSchemaGenerator.cs
- RowsCopiedEventArgs.cs
- Input.cs
- DBDataPermissionAttribute.cs
- XmlSchemaExternal.cs
- IPipelineRuntime.cs
- DataGridViewImageColumn.cs
- ReferencedCollectionType.cs
- QilTypeChecker.cs
- BitmapPalettes.cs
- SqlInternalConnection.cs
- ConstructorBuilder.cs
- EdmItemCollection.OcAssemblyCache.cs
- SelectionItemProviderWrapper.cs
- DataSourceView.cs
- UnauthorizedWebPart.cs
- mediaclock.cs
- TemplateBindingExpression.cs
- TrustLevel.cs
- ItemsControlAutomationPeer.cs
- CodeLabeledStatement.cs
- Metadata.cs
- JsonClassDataContract.cs
- PreservationFileWriter.cs
- SizeF.cs
- GroupBoxRenderer.cs
- KernelTypeValidation.cs
- SequenceDesigner.cs
- DataServiceProviderMethods.cs
- NavigatorInput.cs
- XLinq.cs
- WebPartTransformerCollection.cs
- DbProviderSpecificTypePropertyAttribute.cs
- ReflectPropertyDescriptor.cs
- EraserBehavior.cs
- HttpHeaderCollection.cs
- RelationshipNavigation.cs
- UseManagedPresentationBindingElementImporter.cs
- SystemUnicastIPAddressInformation.cs
- SmiTypedGetterSetter.cs
- HttpDictionary.cs
- CfgParser.cs
- SubclassTypeValidatorAttribute.cs
- RootProfilePropertySettingsCollection.cs
- MetadataImporter.cs
- QuaternionRotation3D.cs
- Padding.cs
- NetworkInformationException.cs
- ByteStorage.cs
- PropertiesTab.cs
- ObjectPropertyMapping.cs
- SmiEventSink.cs
- SecurityState.cs
- EventItfInfo.cs
- OdbcCommandBuilder.cs
- WebFaultClientMessageInspector.cs