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
- sqlpipe.cs
- XmlSchemaValidator.cs
- ReflectionPermission.cs
- AccessibilityApplicationManager.cs
- PartManifestEntry.cs
- InfiniteIntConverter.cs
- WorkflowTimerService.cs
- DataObject.cs
- TimeSpanValidator.cs
- ActionFrame.cs
- SoapHeaderAttribute.cs
- DefaultValueAttribute.cs
- UIAgentMonitorHandle.cs
- ReliableSessionElement.cs
- RegexCode.cs
- ReachIDocumentPaginatorSerializerAsync.cs
- XmlAnyElementAttributes.cs
- ResourceType.cs
- Utils.cs
- ErrorsHelper.cs
- CharEntityEncoderFallback.cs
- AssociationSet.cs
- ToolStripHighContrastRenderer.cs
- TextEditorMouse.cs
- ParenthesizePropertyNameAttribute.cs
- FactoryMaker.cs
- MissingMethodException.cs
- SHA256.cs
- Transaction.cs
- FixedDSBuilder.cs
- BrowserCapabilitiesFactory.cs
- TextServicesCompartmentContext.cs
- AppSettingsSection.cs
- ColumnCollection.cs
- RegexWorker.cs
- EnvelopedPkcs7.cs
- IInstanceContextProvider.cs
- CounterCreationDataConverter.cs
- PropertyPathWorker.cs
- MatrixIndependentAnimationStorage.cs
- IndexOutOfRangeException.cs
- LabelAutomationPeer.cs
- XNodeValidator.cs
- TerminateSequenceResponse.cs
- DataGridViewSelectedRowCollection.cs
- ContentElementAutomationPeer.cs
- Byte.cs
- ResourcesChangeInfo.cs
- ToolStripDropDownClosingEventArgs.cs
- DescendantOverDescendantQuery.cs
- DataGridViewColumnTypePicker.cs
- PermissionSet.cs
- WorkflowMarkupSerializationManager.cs
- ButtonColumn.cs
- AutomationPatternInfo.cs
- Quad.cs
- SHA512.cs
- Guid.cs
- ByteStack.cs
- NavigationHelper.cs
- MessageDesigner.cs
- WmpBitmapEncoder.cs
- SqlConnectionPoolGroupProviderInfo.cs
- Vector.cs
- Clipboard.cs
- WmfPlaceableFileHeader.cs
- DictationGrammar.cs
- GC.cs
- PersonalizationEntry.cs
- XmlChildNodes.cs
- DoubleCollectionConverter.cs
- StrongTypingException.cs
- WorkflowElementDialog.cs
- ObjectDataSource.cs
- TreeNodeStyleCollection.cs
- base64Transforms.cs
- ControlBuilderAttribute.cs
- Socket.cs
- WebPartVerbCollection.cs
- KeyNotFoundException.cs
- AuthenticatedStream.cs
- MemoryPressure.cs
- ExternalFile.cs
- ScriptingProfileServiceSection.cs
- CodeParameterDeclarationExpression.cs
- SubMenuStyle.cs
- ConfigXmlElement.cs
- TypeConverterAttribute.cs
- TemplateColumn.cs
- MultiView.cs
- SatelliteContractVersionAttribute.cs
- Transform.cs
- WebPartEditVerb.cs
- BufferCache.cs
- TripleDES.cs
- BasicKeyConstraint.cs
- PropertyMetadata.cs
- _NestedSingleAsyncResult.cs
- TypeResolvingOptions.cs
- WmiInstallComponent.cs