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
- AlternationConverter.cs
- RedirectionProxy.cs
- PerfProviderCollection.cs
- XamlClipboardData.cs
- RenamedEventArgs.cs
- MailWriter.cs
- SemanticTag.cs
- ReadOnlyDictionary.cs
- NullableLongMinMaxAggregationOperator.cs
- ConstNode.cs
- PropertyToken.cs
- AliasGenerator.cs
- SEHException.cs
- TrackingWorkflowEventArgs.cs
- ArgIterator.cs
- PartialCachingControl.cs
- HitTestWithGeometryDrawingContextWalker.cs
- ListViewUpdateEventArgs.cs
- AssemblyNameUtility.cs
- ToolboxSnapDragDropEventArgs.cs
- StylusEventArgs.cs
- ControlAdapter.cs
- UserControlDocumentDesigner.cs
- SortFieldComparer.cs
- Form.cs
- SqlCaseSimplifier.cs
- XmlTextReader.cs
- hresults.cs
- MessageHeaderT.cs
- IntSecurity.cs
- CodeChecksumPragma.cs
- KeysConverter.cs
- ReceiveCompletedEventArgs.cs
- WindowsFormsLinkLabel.cs
- ReversePositionQuery.cs
- StylusPointPropertyInfo.cs
- BinHexEncoding.cs
- SkipQueryOptionExpression.cs
- WrappedIUnknown.cs
- BoolExpression.cs
- HttpApplicationFactory.cs
- PerformanceCounterPermissionAttribute.cs
- TextEditorSelection.cs
- ActivityValidator.cs
- ProfileProvider.cs
- PolyLineSegmentFigureLogic.cs
- CqlErrorHelper.cs
- TextTreeRootNode.cs
- ObjectStateManager.cs
- WebPartConnectionsCancelVerb.cs
- DateTimeValueSerializer.cs
- XPathPatternParser.cs
- GatewayDefinition.cs
- AnnotationResource.cs
- EntityContainerEmitter.cs
- StatusBarItem.cs
- DataGrid.cs
- IgnoreSectionHandler.cs
- FieldAccessException.cs
- CallSite.cs
- HttpCapabilitiesBase.cs
- LocalFileSettingsProvider.cs
- NamedPipeChannelFactory.cs
- WebPartConnectionsDisconnectVerb.cs
- UpdateException.cs
- UriExt.cs
- _AutoWebProxyScriptWrapper.cs
- XmlSchemaAnyAttribute.cs
- EventSetter.cs
- EnumConverter.cs
- __TransparentProxy.cs
- InternalConfigEventArgs.cs
- InputLangChangeRequestEvent.cs
- ConsumerConnectionPointCollection.cs
- BasicCommandTreeVisitor.cs
- DurableInstanceContextProvider.cs
- LicenseContext.cs
- BindingListCollectionView.cs
- XAMLParseException.cs
- CuspData.cs
- AttributeSetAction.cs
- ToolStripProgressBar.cs
- ForeignKeyFactory.cs
- EncryptedData.cs
- PageHandlerFactory.cs
- URI.cs
- SecUtil.cs
- Rule.cs
- MSAAEventDispatcher.cs
- Marshal.cs
- OdbcReferenceCollection.cs
- EntitySetRetriever.cs
- HttpResponse.cs
- StorageMappingFragment.cs
- PrinterSettings.cs
- wgx_exports.cs
- DefaultSection.cs
- WebPart.cs
- Process.cs
- FontDriver.cs