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
- EnterpriseServicesHelper.cs
- tooltip.cs
- ElapsedEventArgs.cs
- TemplateControlBuildProvider.cs
- BamlResourceSerializer.cs
- AdapterDictionary.cs
- BigInt.cs
- DataGridColumn.cs
- NameSpaceExtractor.cs
- OleDbParameter.cs
- TableRow.cs
- DataGridRelationshipRow.cs
- ArgIterator.cs
- ContentPropertyAttribute.cs
- WebException.cs
- HopperCache.cs
- ViewGenerator.cs
- InvokePatternIdentifiers.cs
- AuthenticationModuleElement.cs
- SubMenuStyleCollectionEditor.cs
- BufferedWebEventProvider.cs
- ListSourceHelper.cs
- IteratorFilter.cs
- TypedElement.cs
- CompilationPass2Task.cs
- HtmlTableRowCollection.cs
- HttpListener.cs
- MarkupCompiler.cs
- DeviceContext2.cs
- EmptyQuery.cs
- StoreConnection.cs
- _LocalDataStore.cs
- WarningException.cs
- ToolStripOverflowButton.cs
- WebPartEditorApplyVerb.cs
- ListViewInsertedEventArgs.cs
- ConversionContext.cs
- DbParameterHelper.cs
- BoundPropertyEntry.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- Matrix3DStack.cs
- SecurityHelper.cs
- ConstructorNeedsTagAttribute.cs
- FontNamesConverter.cs
- Hyperlink.cs
- NotFiniteNumberException.cs
- AuthenticationService.cs
- SessionStateUtil.cs
- ScrollChrome.cs
- ObjectDataSourceStatusEventArgs.cs
- ConstructorArgumentAttribute.cs
- SimpleApplicationHost.cs
- ReferentialConstraintRoleElement.cs
- XamlHttpHandlerFactory.cs
- KeyGesture.cs
- XmlQueryType.cs
- ApplicationSecurityManager.cs
- ScriptControlDescriptor.cs
- CodeTypeDeclarationCollection.cs
- ReferencedAssemblyResolver.cs
- ImageBrush.cs
- VectorAnimation.cs
- BitmapFrameEncode.cs
- hwndwrapper.cs
- CodeParameterDeclarationExpression.cs
- XmlSerializerVersionAttribute.cs
- VectorAnimationUsingKeyFrames.cs
- PrtTicket_Public_Simple.cs
- CodeDOMUtility.cs
- KerberosRequestorSecurityToken.cs
- CodeNamespaceCollection.cs
- SerialPort.cs
- HttpInputStream.cs
- InfoCardKeyedHashAlgorithm.cs
- JapaneseLunisolarCalendar.cs
- SourceLineInfo.cs
- UrlPath.cs
- CustomErrorsSection.cs
- ErasingStroke.cs
- DataFormats.cs
- Bidi.cs
- WindowsListBox.cs
- ListViewDeleteEventArgs.cs
- DeclarativeCatalogPart.cs
- CustomError.cs
- FrameworkPropertyMetadata.cs
- SharedUtils.cs
- AutomationIdentifierGuids.cs
- OdbcTransaction.cs
- ContextDataSourceView.cs
- ListSortDescriptionCollection.cs
- SemanticResultKey.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- SecurityPermission.cs
- ExceptionHandlers.cs
- ExceptionValidationRule.cs
- MarshalByRefObject.cs
- SearchForVirtualItemEventArgs.cs
- InstanceOwner.cs
- UTF8Encoding.cs