Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / ThreadStaticAttribute.cs / 1 / 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; [AttributeUsage(AttributeTargets.Field, Inherited = false),Serializable()] [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; [AttributeUsage(AttributeTargets.Field, Inherited = false),Serializable()] [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
- GreenMethods.cs
- GridViewCancelEditEventArgs.cs
- Size3DConverter.cs
- GuidTagList.cs
- EventProviderWriter.cs
- HighlightVisual.cs
- ISCIIEncoding.cs
- XmlDocumentFragment.cs
- ZipIOModeEnforcingStream.cs
- InplaceBitmapMetadataWriter.cs
- OperationParameterInfo.cs
- ParsedAttributeCollection.cs
- AcceleratedTokenAuthenticator.cs
- ArcSegment.cs
- ListDictionaryInternal.cs
- TypeUtil.cs
- WorkItem.cs
- EndpointDiscoveryBehavior.cs
- Perspective.cs
- GridEntry.cs
- ToolBar.cs
- GridViewRowCollection.cs
- Converter.cs
- DataAccessor.cs
- FlowDocumentPageViewerAutomationPeer.cs
- AuthenticationManager.cs
- ItemMap.cs
- ToolStripTextBox.cs
- PolyBezierSegment.cs
- HttpHostedTransportConfiguration.cs
- _ChunkParse.cs
- GenericUriParser.cs
- PageParser.cs
- TextSerializer.cs
- SerializationInfo.cs
- SmiConnection.cs
- CommandBindingCollection.cs
- SapiRecoContext.cs
- FileDataSourceCache.cs
- TableRowGroup.cs
- TextParaClient.cs
- HttpProfileBase.cs
- HuffCodec.cs
- DataServiceConfiguration.cs
- HostExecutionContextManager.cs
- NetSectionGroup.cs
- HtmlShim.cs
- RawUIStateInputReport.cs
- StorageInfo.cs
- DependencyPropertyAttribute.cs
- AstNode.cs
- ArgumentNullException.cs
- InstanceKeyCollisionException.cs
- BuildManagerHost.cs
- SocketInformation.cs
- AssociatedControlConverter.cs
- BamlLocalizationDictionary.cs
- TokenizerHelper.cs
- CacheAxisQuery.cs
- EntityModelBuildProvider.cs
- HotSpot.cs
- OneOfTypeConst.cs
- BidOverLoads.cs
- ButtonColumn.cs
- DESCryptoServiceProvider.cs
- nulltextnavigator.cs
- GrammarBuilderRuleRef.cs
- ClientFormsIdentity.cs
- AmbiguousMatchException.cs
- storepermission.cs
- ResourceDictionaryCollection.cs
- NativeMethodsCLR.cs
- MD5CryptoServiceProvider.cs
- RectIndependentAnimationStorage.cs
- InstanceLockTracking.cs
- StatusBar.cs
- IntegerValidator.cs
- X509CertificateClaimSet.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- CuspData.cs
- KoreanCalendar.cs
- SafeEventLogWriteHandle.cs
- QueryAccessibilityHelpEvent.cs
- WeakRefEnumerator.cs
- EntityViewGenerationAttribute.cs
- CorrelationManager.cs
- FixedTextView.cs
- FixedSOMTableCell.cs
- ZipFileInfo.cs
- XPathArrayIterator.cs
- ImageAttributes.cs
- SortedDictionary.cs
- PieceDirectory.cs
- WorkflowRuntime.cs
- TransactionTraceIdentifier.cs
- SqlNotificationEventArgs.cs
- BroadcastEventHelper.cs
- httpapplicationstate.cs
- DbConnectionStringCommon.cs
- ShaderEffect.cs