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
- XmlEntity.cs
- RemoteCryptoRsaServiceProvider.cs
- SRGSCompiler.cs
- ADRoleFactoryConfiguration.cs
- ListenerAdaptersInstallComponent.cs
- PerspectiveCamera.cs
- InheritanceContextChangedEventManager.cs
- TimelineClockCollection.cs
- RemotingSurrogateSelector.cs
- DispatchChannelSink.cs
- D3DImage.cs
- PolicyStatement.cs
- FamilyCollection.cs
- GPPOINTF.cs
- XmlSequenceWriter.cs
- DrawTreeNodeEventArgs.cs
- FunctionMappingTranslator.cs
- ACE.cs
- FieldAccessException.cs
- CreateUserWizard.cs
- MessageSecurityVersion.cs
- AssociationTypeEmitter.cs
- AdornerLayer.cs
- CodeDOMProvider.cs
- MailWriter.cs
- GlobalizationAssembly.cs
- DynamicQueryableWrapper.cs
- FormCollection.cs
- AssociationTypeEmitter.cs
- SearchExpression.cs
- ProcessModuleCollection.cs
- ViewCellRelation.cs
- FormClosingEvent.cs
- HGlobalSafeHandle.cs
- Geometry3D.cs
- KoreanLunisolarCalendar.cs
- ListControlBuilder.cs
- DbProviderSpecificTypePropertyAttribute.cs
- NotifyCollectionChangedEventArgs.cs
- TimeSpanValidatorAttribute.cs
- ValueUtilsSmi.cs
- ArraySubsetEnumerator.cs
- DataServiceQueryContinuation.cs
- AttributeExtensions.cs
- UnmanagedMemoryStream.cs
- ControlEvent.cs
- Control.cs
- BrowserDefinitionCollection.cs
- ServiceMetadataBehavior.cs
- SqlMethodTransformer.cs
- UInt32Converter.cs
- UiaCoreProviderApi.cs
- MenuBindingsEditor.cs
- FormatVersion.cs
- ListControl.cs
- ellipse.cs
- MetadataItem_Static.cs
- XmlSchemaParticle.cs
- MimeFormImporter.cs
- StorageConditionPropertyMapping.cs
- MappingException.cs
- GZipStream.cs
- WindowsScrollBar.cs
- TemplateControl.cs
- RegexMatchCollection.cs
- SocketElement.cs
- AsyncPostBackErrorEventArgs.cs
- OlePropertyStructs.cs
- ExpandCollapseProviderWrapper.cs
- Rule.cs
- TransactionChannelFaultConverter.cs
- BaseValidator.cs
- FormViewDeletedEventArgs.cs
- XamlVector3DCollectionSerializer.cs
- TextBreakpoint.cs
- HtmlTableCell.cs
- WinFormsSecurity.cs
- WorkflowDebuggerSteppingAttribute.cs
- GradientSpreadMethodValidation.cs
- SchemaElementDecl.cs
- ImageIndexEditor.cs
- CurrencyWrapper.cs
- DefaultValueAttribute.cs
- CorrelationHandle.cs
- ArrayWithOffset.cs
- DataServiceProcessingPipeline.cs
- ClrPerspective.cs
- FamilyMapCollection.cs
- SQLInt32Storage.cs
- BamlLocalizer.cs
- CopyEncoder.cs
- IntegrationExceptionEventArgs.cs
- Constants.cs
- SerialPort.cs
- KeyMatchBuilder.cs
- WindowsFont.cs
- DispatchProxy.cs
- TextFormatterContext.cs
- TypeTypeConverter.cs
- Predicate.cs