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
- ValidationError.cs
- WriteableOnDemandStream.cs
- X509Certificate2.cs
- SchemeSettingElement.cs
- DocumentApplicationJournalEntry.cs
- AssociationSet.cs
- TypeContext.cs
- Baml6Assembly.cs
- RightsManagementResourceHelper.cs
- PluralizationService.cs
- DesignerTransactionCloseEvent.cs
- OraclePermissionAttribute.cs
- ManagedFilter.cs
- NetTcpSection.cs
- StylusPointCollection.cs
- SqlInternalConnectionSmi.cs
- ContentPosition.cs
- CommandValueSerializer.cs
- ObjectCloneHelper.cs
- TemplateAction.cs
- LocalizabilityAttribute.cs
- MulticastNotSupportedException.cs
- TextParagraph.cs
- BitSet.cs
- IdnMapping.cs
- WebPartVerbCollection.cs
- _AutoWebProxyScriptWrapper.cs
- TimeSpan.cs
- CommandID.cs
- ClientFormsIdentity.cs
- AnnotationComponentChooser.cs
- EdmItemCollection.cs
- DirtyTextRange.cs
- Font.cs
- Color.cs
- StateMachine.cs
- BezierSegment.cs
- ITextView.cs
- Pair.cs
- SharedPersonalizationStateInfo.cs
- ImportContext.cs
- WebServiceReceiveDesigner.cs
- WebSysDefaultValueAttribute.cs
- UnlockCardRequest.cs
- OleDbTransaction.cs
- HeaderUtility.cs
- RoleManagerSection.cs
- SqlDataSourceQueryEditorForm.cs
- NotImplementedException.cs
- OverflowException.cs
- COM2ColorConverter.cs
- FontUnitConverter.cs
- RadioButton.cs
- TextTreeTextNode.cs
- X509Logo.cs
- XmlSchemaSimpleContent.cs
- SqlClientMetaDataCollectionNames.cs
- LambdaCompiler.Unary.cs
- PriorityBindingExpression.cs
- MatrixTransform3D.cs
- SqlBulkCopy.cs
- Transactions.cs
- _SslState.cs
- AnimatedTypeHelpers.cs
- ellipse.cs
- SettingsPropertyWrongTypeException.cs
- EncryptedKeyIdentifierClause.cs
- AsyncStreamReader.cs
- BStrWrapper.cs
- FileDialogPermission.cs
- XamlReader.cs
- SecurityContext.cs
- Array.cs
- Win32MouseDevice.cs
- PropertyEmitterBase.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- ImageList.cs
- mediaclock.cs
- EllipticalNodeOperations.cs
- PageVisual.cs
- RotationValidation.cs
- StructuralObject.cs
- PagesChangedEventArgs.cs
- WindowHideOrCloseTracker.cs
- CustomBindingElement.cs
- EntitySqlException.cs
- FormatStringEditor.cs
- MergeFilterQuery.cs
- RemotingException.cs
- ListViewCommandEventArgs.cs
- MatrixTransform3D.cs
- TrackingMemoryStream.cs
- PropertyTabChangedEvent.cs
- LayoutTableCell.cs
- ToolboxBitmapAttribute.cs
- UnsignedPublishLicense.cs
- ToolStripButton.cs
- COM2TypeInfoProcessor.cs
- MenuItem.cs
- NativeCompoundFileAPIs.cs