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
- PixelFormats.cs
- SafeNativeMethods.cs
- SqlUDTStorage.cs
- DataRelationPropertyDescriptor.cs
- TraceContextRecord.cs
- FaultContext.cs
- ReadingWritingEntityEventArgs.cs
- DesignerWithHeader.cs
- Icon.cs
- NegotiateStream.cs
- ChangeInterceptorAttribute.cs
- SinglePageViewer.cs
- SqlBuffer.cs
- DetailsViewUpdateEventArgs.cs
- XmlArrayAttribute.cs
- SynchronousReceiveBehavior.cs
- RuntimeConfigLKG.cs
- RegionData.cs
- ExtensibleSyndicationObject.cs
- SingleAnimationUsingKeyFrames.cs
- RuntimeIdentifierPropertyAttribute.cs
- SqlBuilder.cs
- TransactionManager.cs
- Mappings.cs
- ChildDocumentBlock.cs
- AesCryptoServiceProvider.cs
- TableLayoutPanel.cs
- ProfilePropertySettings.cs
- AutomationInteropProvider.cs
- NamedElement.cs
- AllMembershipCondition.cs
- BrowserInteropHelper.cs
- RotateTransform3D.cs
- DBSchemaRow.cs
- MimeFormatExtensions.cs
- hresults.cs
- BuildProvidersCompiler.cs
- ConfigUtil.cs
- PieceNameHelper.cs
- XPathArrayIterator.cs
- Material.cs
- WebBrowsableAttribute.cs
- BlobPersonalizationState.cs
- GroupItem.cs
- ComponentChangingEvent.cs
- PrimitiveSchema.cs
- WaitHandleCannotBeOpenedException.cs
- Package.cs
- DataGridViewUtilities.cs
- CopyNodeSetAction.cs
- GenericUriParser.cs
- WebPart.cs
- NotificationContext.cs
- ColorInterpolationModeValidation.cs
- PeerInputChannelListener.cs
- EntityContainerAssociationSetEnd.cs
- HttpContextBase.cs
- WindowsGraphics.cs
- RegistryConfigurationProvider.cs
- GrammarBuilderBase.cs
- QilReference.cs
- GeometryModel3D.cs
- ControlAdapter.cs
- ToolboxComponentsCreatedEventArgs.cs
- SharedUtils.cs
- XsdBuilder.cs
- RoutedEventConverter.cs
- PopOutPanel.cs
- DbProviderServices.cs
- ContentPropertyAttribute.cs
- ThreadStartException.cs
- CmsUtils.cs
- LayoutDump.cs
- WSFederationHttpSecurityElement.cs
- RegexCompilationInfo.cs
- CharacterShapingProperties.cs
- MsmqHostedTransportManager.cs
- BitmapDownload.cs
- CancellationScope.cs
- ChildTable.cs
- Query.cs
- Stylesheet.cs
- CodeMemberMethod.cs
- SystemIPv4InterfaceProperties.cs
- SwitchElementsCollection.cs
- OdbcFactory.cs
- DefaultMemberAttribute.cs
- CodeCatchClauseCollection.cs
- QueryPageSettingsEventArgs.cs
- IntPtr.cs
- ChannelOptions.cs
- SynchronizedPool.cs
- ConfigXmlReader.cs
- AggregateNode.cs
- StoryFragments.cs
- BitFlagsGenerator.cs
- UpdatePanelTrigger.cs
- ActivityCodeDomSerializationManager.cs
- CustomAttributeSerializer.cs
- Quad.cs