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
- StickyNote.cs
- PopupRootAutomationPeer.cs
- ThrowHelper.cs
- IPipelineRuntime.cs
- StateDesigner.LayoutSelectionGlyph.cs
- XmlSubtreeReader.cs
- RijndaelManaged.cs
- PackagePartCollection.cs
- PresentationTraceSources.cs
- GridViewRow.cs
- GeneralTransform2DTo3D.cs
- TrustVersion.cs
- DataGridViewIntLinkedList.cs
- ReadOnlyState.cs
- ImportContext.cs
- PermissionRequestEvidence.cs
- HtmlAnchor.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- GcHandle.cs
- EventArgs.cs
- PositiveTimeSpanValidatorAttribute.cs
- OrderedDictionary.cs
- TransportBindingElementImporter.cs
- ConfigurationStrings.cs
- XPathNavigatorReader.cs
- LockedActivityGlyph.cs
- StyleCollectionEditor.cs
- SystemIPAddressInformation.cs
- PropertyMappingExceptionEventArgs.cs
- Variant.cs
- HtmlInputReset.cs
- StackSpiller.Generated.cs
- TemplatePartAttribute.cs
- CompiledQueryCacheKey.cs
- SolidColorBrush.cs
- StringStorage.cs
- DataGridViewRowCollection.cs
- AppDomainFactory.cs
- SmtpMail.cs
- ListViewInsertedEventArgs.cs
- GlobalProxySelection.cs
- CacheChildrenQuery.cs
- Accessors.cs
- SourceChangedEventArgs.cs
- PropertyStore.cs
- ProfileBuildProvider.cs
- PasswordValidationException.cs
- ToolStripContentPanelDesigner.cs
- Part.cs
- ColorInterpolationModeValidation.cs
- VectorValueSerializer.cs
- ComProxy.cs
- XmlQueryRuntime.cs
- TextEffect.cs
- AsymmetricSignatureFormatter.cs
- ProjectionPruner.cs
- RawStylusSystemGestureInputReport.cs
- XmlIlGenerator.cs
- TypeReference.cs
- TableRowCollection.cs
- DynamicPropertyReader.cs
- PageThemeCodeDomTreeGenerator.cs
- sqlnorm.cs
- EncoderBestFitFallback.cs
- DataGridViewColumnCollectionDialog.cs
- MembershipUser.cs
- TaskFileService.cs
- ListViewGroup.cs
- TextTreeTextBlock.cs
- PropertyInfo.cs
- LayoutUtils.cs
- EasingFunctionBase.cs
- DateBoldEvent.cs
- InlineObject.cs
- SiteMapSection.cs
- AutomationPatternInfo.cs
- TagElement.cs
- ImageSource.cs
- UIElementAutomationPeer.cs
- SessionStateItemCollection.cs
- NetDataContractSerializer.cs
- SrgsSemanticInterpretationTag.cs
- TextBox.cs
- ManagementException.cs
- ClockController.cs
- ComplexPropertyEntry.cs
- CriticalFinalizerObject.cs
- BinaryWriter.cs
- ListDictionaryInternal.cs
- SqlConnectionPoolProviderInfo.cs
- exports.cs
- CaseInsensitiveHashCodeProvider.cs
- ArithmeticException.cs
- UserNameSecurityTokenAuthenticator.cs
- DataControlReference.cs
- CLSCompliantAttribute.cs
- StdRegProviderWrapper.cs
- PeerContact.cs
- RandomNumberGenerator.cs
- XmlParserContext.cs