Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConcurrentDictionary.cs
- ServiceModelSecurityTokenTypes.cs
- NestedContainer.cs
- TraceRecords.cs
- BindableTemplateBuilder.cs
- DataPointer.cs
- BindingSource.cs
- GraphicsState.cs
- SurrogateChar.cs
- MessageSecurityOverHttpElement.cs
- XamlBrushSerializer.cs
- KeyedPriorityQueue.cs
- SponsorHelper.cs
- WebPartCatalogAddVerb.cs
- SubqueryRules.cs
- DragStartedEventArgs.cs
- CqlParser.cs
- TaskHelper.cs
- DependentList.cs
- QfeChecker.cs
- StrongName.cs
- XmlDeclaration.cs
- Aggregates.cs
- UInt16Storage.cs
- GridViewCancelEditEventArgs.cs
- UriScheme.cs
- ObjectDataSourceView.cs
- ApplicationDirectory.cs
- PlainXmlSerializer.cs
- FileSystemWatcher.cs
- InputBuffer.cs
- KeyboardEventArgs.cs
- EntityKey.cs
- TryExpression.cs
- ContainerUtilities.cs
- XmlSchemaDocumentation.cs
- Point.cs
- ZipIOBlockManager.cs
- NetWebProxyFinder.cs
- DataList.cs
- BitmapEffectGeneralTransform.cs
- DelimitedListTraceListener.cs
- Matrix3D.cs
- XmlComplianceUtil.cs
- FloaterBaseParaClient.cs
- CombinedGeometry.cs
- SystemIPInterfaceProperties.cs
- DesignerVerbCollection.cs
- NumberFormatInfo.cs
- RemotingException.cs
- CapiSafeHandles.cs
- Internal.cs
- ChtmlTextWriter.cs
- Funcletizer.cs
- XmlSchemaExternal.cs
- QueryExtender.cs
- AsymmetricSignatureFormatter.cs
- LayoutInformation.cs
- ListViewGroup.cs
- EmissiveMaterial.cs
- SafeFileMappingHandle.cs
- NameValueCollection.cs
- MediaCommands.cs
- HotSpotCollection.cs
- SystemTcpConnection.cs
- TrackingParticipant.cs
- DataPagerFieldCollection.cs
- DesignerLinkAdapter.cs
- Column.cs
- HttpListener.cs
- ReleaseInstanceMode.cs
- XmlSchemaExporter.cs
- TrackingProfileSerializer.cs
- assertwrapper.cs
- SoapCommonClasses.cs
- HttpClientCertificate.cs
- BufferedGraphics.cs
- XmlWriterTraceListener.cs
- UnSafeCharBuffer.cs
- ValidationResults.cs
- FlowDocumentReader.cs
- Literal.cs
- ProcessExitedException.cs
- Matrix.cs
- PropertyChange.cs
- OptimizerPatterns.cs
- QilGeneratorEnv.cs
- XmlEventCache.cs
- StsCommunicationException.cs
- BamlLocalizabilityResolver.cs
- ListItem.cs
- AccessText.cs
- FindResponse.cs
- CodeDelegateCreateExpression.cs
- SqlBinder.cs
- Container.cs
- BindingNavigatorDesigner.cs
- XmlAnyAttributeAttribute.cs
- GridErrorDlg.cs
- TreeNodeClickEventArgs.cs