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
- QueryParameter.cs
- HashCodeCombiner.cs
- PopOutPanel.cs
- MimeWriter.cs
- ValueQuery.cs
- _UriSyntax.cs
- SqlCaseSimplifier.cs
- InputBinder.cs
- ListBox.cs
- SqlCacheDependencySection.cs
- OdbcConnectionString.cs
- EnterpriseServicesHelper.cs
- PeerName.cs
- Monitor.cs
- Storyboard.cs
- RuntimeHelpers.cs
- AttributeSetAction.cs
- StateBag.cs
- odbcmetadatacolumnnames.cs
- CompilerGeneratedAttribute.cs
- SafeCancelMibChangeNotify.cs
- RuntimeCompatibilityAttribute.cs
- StructuralObject.cs
- VariableQuery.cs
- DoubleLinkList.cs
- PageTheme.cs
- TreeViewEvent.cs
- ConfigurationException.cs
- MouseCaptureWithinProperty.cs
- BrowserCapabilitiesFactory.cs
- RegexCompiler.cs
- MarshalDirectiveException.cs
- Composition.cs
- ApplicationFileCodeDomTreeGenerator.cs
- XPathParser.cs
- UnknownWrapper.cs
- Button.cs
- SafeBitVector32.cs
- Visual3D.cs
- Block.cs
- XmlValueConverter.cs
- RotationValidation.cs
- AxisAngleRotation3D.cs
- StreamDocument.cs
- XsltContext.cs
- Underline.cs
- TableLayoutRowStyleCollection.cs
- PolyBezierSegmentFigureLogic.cs
- AuthStoreRoleProvider.cs
- OleDbRowUpdatedEvent.cs
- DesignerForm.cs
- EpmTargetTree.cs
- StringArrayEditor.cs
- CTreeGenerator.cs
- ColumnWidthChangingEvent.cs
- InternalControlCollection.cs
- OuterGlowBitmapEffect.cs
- HtmlElement.cs
- PagedDataSource.cs
- Signature.cs
- ToolStripItemImageRenderEventArgs.cs
- CodeGotoStatement.cs
- ClusterRegistryConfigurationProvider.cs
- HealthMonitoringSectionHelper.cs
- ValidationPropertyAttribute.cs
- CLSCompliantAttribute.cs
- TwoPhaseCommitProxy.cs
- TcpClientCredentialType.cs
- DefaultMergeHelper.cs
- CellCreator.cs
- XmlSchemaAttributeGroupRef.cs
- BrushConverter.cs
- SQLString.cs
- InkPresenterAutomationPeer.cs
- DynamicActivityTypeDescriptor.cs
- CorePropertiesFilter.cs
- ElementNotEnabledException.cs
- DataViewManagerListItemTypeDescriptor.cs
- SimpleRecyclingCache.cs
- CodeTypeReferenceExpression.cs
- Component.cs
- odbcmetadatacolumnnames.cs
- HtmlSelectionListAdapter.cs
- ConsoleTraceListener.cs
- TextMetrics.cs
- FileSecurity.cs
- ResourceWriter.cs
- AuthorizationBehavior.cs
- CodeAccessSecurityEngine.cs
- PropertyGrid.cs
- EntityProviderServices.cs
- InputElement.cs
- ProtocolsConfiguration.cs
- StylusEditingBehavior.cs
- InvalidContentTypeException.cs
- BufferedReadStream.cs
- AutomationPropertyInfo.cs
- IDReferencePropertyAttribute.cs
- DockPattern.cs
- OptimisticConcurrencyException.cs