Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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() { } } }
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConfigurationHandlersInstallComponent.cs
- AmbientProperties.cs
- WebPartDescriptionCollection.cs
- StopStoryboard.cs
- BevelBitmapEffect.cs
- DispatcherEventArgs.cs
- Range.cs
- Paragraph.cs
- ToolStripContentPanelRenderEventArgs.cs
- DataGridViewCellStyleChangedEventArgs.cs
- NetPipeSectionData.cs
- Point3DCollectionValueSerializer.cs
- GridViewDeletedEventArgs.cs
- RSAPKCS1SignatureDeformatter.cs
- VisualTarget.cs
- Light.cs
- DecoderExceptionFallback.cs
- Identifier.cs
- Expander.cs
- XmlDownloadManager.cs
- ListBoxItemAutomationPeer.cs
- XmlSchemaAnnotation.cs
- WebControl.cs
- DiagnosticsConfigurationHandler.cs
- CopyCodeAction.cs
- CredentialCache.cs
- SoapSchemaImporter.cs
- RecordManager.cs
- WebBrowserDocumentCompletedEventHandler.cs
- BuildProviderAppliesToAttribute.cs
- Delay.cs
- SqlException.cs
- AttachedPropertyDescriptor.cs
- PlatformCulture.cs
- _emptywebproxy.cs
- ClientEventManager.cs
- TextSegment.cs
- DrawingServices.cs
- PaperSource.cs
- GeneratedContractType.cs
- PageSetupDialog.cs
- CookieParameter.cs
- TextSegment.cs
- StoreAnnotationsMap.cs
- RangeValidator.cs
- DataReceivedEventArgs.cs
- PointConverter.cs
- OdbcReferenceCollection.cs
- ObjectMemberMapping.cs
- XsltQilFactory.cs
- HtmlControlPersistable.cs
- MatrixConverter.cs
- InputBindingCollection.cs
- OdbcParameter.cs
- Light.cs
- KeyValuePair.cs
- DropTarget.cs
- ClrProviderManifest.cs
- ParentControlDesigner.cs
- XslTransform.cs
- TemplateControlParser.cs
- IsolationInterop.cs
- CodePropertyReferenceExpression.cs
- DynamicValueConverter.cs
- RelationshipNavigation.cs
- StringCollection.cs
- SHA1.cs
- SQLConvert.cs
- RoleManagerSection.cs
- TabletCollection.cs
- AnonymousIdentificationSection.cs
- ResolveCriteriaCD1.cs
- ProtocolsSection.cs
- DataGridViewMethods.cs
- SemanticResultValue.cs
- SiteMembershipCondition.cs
- GridViewItemAutomationPeer.cs
- wmiprovider.cs
- SystemUnicastIPAddressInformation.cs
- RepeatButtonAutomationPeer.cs
- IsolatedStorageFilePermission.cs
- InteropBitmapSource.cs
- TagPrefixAttribute.cs
- ObjectAnimationUsingKeyFrames.cs
- ChangePassword.cs
- UnsafeNativeMethods.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- XmlNamespaceManager.cs
- TimeSpanOrInfiniteConverter.cs
- ProcessModelSection.cs
- StringConcat.cs
- Win32Native.cs
- DirectoryObjectSecurity.cs
- SimpleWebHandlerParser.cs
- ContentHostHelper.cs
- PrintDialog.cs
- FactoryId.cs
- TextBox.cs
- OdbcConnectionFactory.cs
- IdentityNotMappedException.cs