Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / ThreadAttributes.cs / 1 / ThreadAttributes.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** File: ThreadAttributes.cs ** ** Author: ** ** Purpose: For Threads-related custom attributes. ** ** Date: July, 2000 ** =============================================================================*/ namespace System { [AttributeUsage (AttributeTargets.Method)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class STAThreadAttribute : Attribute { public STAThreadAttribute() { } } [AttributeUsage (AttributeTargets.Method)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class MTAThreadAttribute : Attribute { public MTAThreadAttribute() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** File: ThreadAttributes.cs ** ** Author: ** ** Purpose: For Threads-related custom attributes. ** ** Date: July, 2000 ** =============================================================================*/ namespace System { [AttributeUsage (AttributeTargets.Method)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class STAThreadAttribute : Attribute { public STAThreadAttribute() { } } [AttributeUsage (AttributeTargets.Method)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class MTAThreadAttribute : Attribute { public MTAThreadAttribute() { } } } // 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
- DES.cs
- DataGridViewLinkColumn.cs
- EmptyControlCollection.cs
- GlobalEventManager.cs
- RangeValidator.cs
- StrokeCollection.cs
- Focus.cs
- SqlUtil.cs
- HostingEnvironmentException.cs
- HwndTarget.cs
- AppDomainAttributes.cs
- BufferBuilder.cs
- Point3DCollection.cs
- SQLSingle.cs
- DocumentPageView.cs
- TableLayoutPanelCellPosition.cs
- BordersPage.cs
- ExtendedProtectionPolicyTypeConverter.cs
- pingexception.cs
- TextBoxDesigner.cs
- DmlSqlGenerator.cs
- SiteMapNode.cs
- ServiceInfoCollection.cs
- UrlMappingsModule.cs
- DescriptionCreator.cs
- DecimalAnimation.cs
- InvalidOperationException.cs
- AlignmentXValidation.cs
- GeneralTransform3D.cs
- StoreItemCollection.cs
- WindowPatternIdentifiers.cs
- ThreadAttributes.cs
- ProvidePropertyAttribute.cs
- GraphicsPathIterator.cs
- XmlEncoding.cs
- ConfigurationElementCollection.cs
- XDRSchema.cs
- TreeNode.cs
- ActivityInstanceMap.cs
- ISAPIApplicationHost.cs
- ContentPlaceHolder.cs
- XPathNavigatorReader.cs
- EmissiveMaterial.cs
- HttpCacheParams.cs
- XmlArrayItemAttribute.cs
- EntitySetDataBindingList.cs
- SpecialFolderEnumConverter.cs
- BindingNavigatorDesigner.cs
- ConfigPathUtility.cs
- ActionItem.cs
- DataServiceQueryProvider.cs
- FrameworkElementAutomationPeer.cs
- HttpResponseHeader.cs
- GeometryHitTestParameters.cs
- RowSpanVector.cs
- behaviorssection.cs
- formatstringdialog.cs
- ObjectConverter.cs
- ListViewEditEventArgs.cs
- ActivityTypeResolver.xaml.cs
- UpdateException.cs
- RotateTransform.cs
- PointLightBase.cs
- HtmlLinkAdapter.cs
- XamlStyleSerializer.cs
- BmpBitmapDecoder.cs
- Window.cs
- SoundPlayer.cs
- XmlSchemas.cs
- DataListGeneralPage.cs
- ChineseLunisolarCalendar.cs
- _CommandStream.cs
- SQLInt64.cs
- AssemblySettingAttributes.cs
- ToolBarTray.cs
- BufferAllocator.cs
- AngleUtil.cs
- XamlTypeMapper.cs
- COM2PropertyBuilderUITypeEditor.cs
- MethodAccessException.cs
- GridItemPatternIdentifiers.cs
- DataGridViewTextBoxCell.cs
- ProjectionCamera.cs
- HttpResponseHeader.cs
- ComNativeDescriptor.cs
- ReferentialConstraint.cs
- C14NUtil.cs
- ControlBuilderAttribute.cs
- StylusPointPropertyId.cs
- SmtpCommands.cs
- Stroke.cs
- ResXResourceReader.cs
- ServiceDescriptions.cs
- RoleManagerModule.cs
- ApplyImportsAction.cs
- SHA512Cng.cs
- IisTraceListener.cs
- UiaCoreTypesApi.cs
- SimpleHandlerFactory.cs
- PriorityQueue.cs