Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- HtmlPanelAdapter.cs
- StrokeNodeOperations.cs
- ToolStripManager.cs
- XmlSchemaSubstitutionGroup.cs
- FixedPageAutomationPeer.cs
- DisableDpiAwarenessAttribute.cs
- LockedAssemblyCache.cs
- TransformationRules.cs
- DataGridViewLayoutData.cs
- RubberbandSelector.cs
- EditorPartCollection.cs
- NativeMethods.cs
- FixedSOMElement.cs
- StorageModelBuildProvider.cs
- PageThemeBuildProvider.cs
- OrderPreservingPipeliningSpoolingTask.cs
- CompilationLock.cs
- ACL.cs
- ImageCodecInfoPrivate.cs
- SourceItem.cs
- XmlDocumentSerializer.cs
- XmlMemberMapping.cs
- AppSecurityManager.cs
- ControlBindingsCollection.cs
- MDIControlStrip.cs
- CacheEntry.cs
- WorkflowTimerService.cs
- IpcServerChannel.cs
- HttpContextServiceHost.cs
- CustomValidator.cs
- XComponentModel.cs
- PageTheme.cs
- TemplatePropertyEntry.cs
- RequestChannel.cs
- LocatorPartList.cs
- Path.cs
- AutoGeneratedFieldProperties.cs
- VScrollBar.cs
- ListControlConvertEventArgs.cs
- ControlBindingsCollection.cs
- SystemColors.cs
- TraceSource.cs
- PropertyMapper.cs
- CodePropertyReferenceExpression.cs
- ImageMap.cs
- errorpatternmatcher.cs
- exports.cs
- ViewManager.cs
- StreamUpdate.cs
- IntSecurity.cs
- LiteralTextContainerControlBuilder.cs
- AnnotationResource.cs
- MethodBody.cs
- WebZoneDesigner.cs
- Memoizer.cs
- DataGridViewCellStyleConverter.cs
- PropertyStore.cs
- TransformedBitmap.cs
- CheckBoxField.cs
- BuildProvider.cs
- SmtpFailedRecipientsException.cs
- UnlockInstanceCommand.cs
- RepeaterItemCollection.cs
- DebugView.cs
- TimeSpanStorage.cs
- PropertyGridEditorPart.cs
- TableCellCollection.cs
- Transform.cs
- EndpointDiscoveryElement.cs
- datacache.cs
- CapabilitiesSection.cs
- ArglessEventHandlerProxy.cs
- ComponentManagerBroker.cs
- TokenBasedSetEnumerator.cs
- PropertyChangingEventArgs.cs
- PositiveTimeSpanValidatorAttribute.cs
- UrlAuthorizationModule.cs
- ScopeElement.cs
- WorkflowPrinting.cs
- FontCollection.cs
- TranslateTransform.cs
- __TransparentProxy.cs
- ImageAutomationPeer.cs
- InvalidPropValue.cs
- ServiceDeploymentInfo.cs
- SqlProfileProvider.cs
- ConfigurationValidatorBase.cs
- NotCondition.cs
- TextServicesHost.cs
- CompilationRelaxations.cs
- ToolStrip.cs
- RewritingSimplifier.cs
- GPPOINTF.cs
- BehaviorService.cs
- FixedHyperLink.cs
- AutomationElement.cs
- Set.cs
- SoapAttributes.cs
- SslStream.cs
- OledbConnectionStringbuilder.cs