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
- JapaneseCalendar.cs
- MenuItemBindingCollection.cs
- MimeMultiPart.cs
- MemberListBinding.cs
- SqlBuilder.cs
- EntityViewGenerator.cs
- StyleModeStack.cs
- _SpnDictionary.cs
- _TransmitFileOverlappedAsyncResult.cs
- DataSourceExpression.cs
- UmAlQuraCalendar.cs
- WebPartConnectionsCancelVerb.cs
- InvalidWMPVersionException.cs
- SupportsEventValidationAttribute.cs
- PropertyChangeTracker.cs
- GraphicsState.cs
- XmlDataImplementation.cs
- XsltConvert.cs
- UnicodeEncoding.cs
- PackageRelationshipSelector.cs
- RecognitionResult.cs
- HScrollProperties.cs
- PropertyEmitterBase.cs
- CodeCommentStatement.cs
- Geometry3D.cs
- x509utils.cs
- CancelEventArgs.cs
- Expression.cs
- HtmlInputControl.cs
- ButtonAutomationPeer.cs
- ToolStripArrowRenderEventArgs.cs
- BuilderElements.cs
- TraceSource.cs
- ListViewGroupConverter.cs
- Span.cs
- ACL.cs
- HtmlButton.cs
- Subordinate.cs
- DefaultSettingsSection.cs
- MarkerProperties.cs
- WebScriptMetadataMessage.cs
- DockingAttribute.cs
- XslException.cs
- TimersDescriptionAttribute.cs
- FormViewCommandEventArgs.cs
- WebPartsSection.cs
- XmlAtomicValue.cs
- LoginDesignerUtil.cs
- CommandConverter.cs
- Decorator.cs
- WindowsUpDown.cs
- ProtocolImporter.cs
- FixedTextContainer.cs
- SingleAnimationBase.cs
- ColorContext.cs
- DocumentOrderQuery.cs
- TriggerBase.cs
- InfoCardArgumentException.cs
- DataGridRelationshipRow.cs
- ControlBuilderAttribute.cs
- ThreadExceptionEvent.cs
- MorphHelpers.cs
- DBConnectionString.cs
- ActivityDesignerResources.cs
- DataSourceHelper.cs
- Splitter.cs
- IdentityNotMappedException.cs
- IconBitmapDecoder.cs
- Action.cs
- GuidConverter.cs
- MouseGesture.cs
- KnownTypesHelper.cs
- TemplateBindingExpression.cs
- CultureInfoConverter.cs
- SafeRightsManagementSessionHandle.cs
- AppPool.cs
- DataPagerFieldCommandEventArgs.cs
- HuffModule.cs
- SafeProcessHandle.cs
- GlyphManager.cs
- PropertyDescriptor.cs
- Attributes.cs
- SubMenuStyleCollectionEditor.cs
- OpenTypeLayoutCache.cs
- ChtmlLinkAdapter.cs
- ManagementExtension.cs
- CodeParameterDeclarationExpression.cs
- SettingsProperty.cs
- WindowsSecurityTokenAuthenticator.cs
- SplineQuaternionKeyFrame.cs
- DateTimeFormat.cs
- JavaScriptObjectDeserializer.cs
- SchemaNames.cs
- ContextMenu.cs
- OnOperation.cs
- SqlDataSourceCustomCommandPanel.cs
- TreeNodeBinding.cs
- ParameterToken.cs
- ResourceContainer.cs
- Byte.cs