Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- Selection.cs
- RegisteredHiddenField.cs
- AnimationException.cs
- XmlIterators.cs
- WorkflowPrinting.cs
- DrawingAttributeSerializer.cs
- TypeConstant.cs
- IgnoreSection.cs
- TableLayoutRowStyleCollection.cs
- _ScatterGatherBuffers.cs
- ObjectHandle.cs
- StructuralObject.cs
- FunctionGenerator.cs
- UriPrefixTable.cs
- PropertyMetadata.cs
- _emptywebproxy.cs
- CompareValidator.cs
- ClusterUtils.cs
- ManualResetEventSlim.cs
- SqlDataSourceWizardForm.cs
- ProjectedWrapper.cs
- CompoundFileDeflateTransform.cs
- AdornerHitTestResult.cs
- NullableConverter.cs
- HtmlValidatorAdapter.cs
- DesignerLoader.cs
- KeyFrames.cs
- StyleXamlTreeBuilder.cs
- RowTypeElement.cs
- GenericTextProperties.cs
- WsiProfilesElement.cs
- XmlSerializerAssemblyAttribute.cs
- FontFaceLayoutInfo.cs
- wgx_render.cs
- Page.cs
- HScrollBar.cs
- IndentTextWriter.cs
- ChannelSettingsElement.cs
- DateTimeOffsetConverter.cs
- FormCollection.cs
- BaseParser.cs
- CompilerGeneratedAttribute.cs
- WebEventCodes.cs
- JoinElimination.cs
- TreeNodeCollection.cs
- EmptyStringExpandableObjectConverter.cs
- TextEmbeddedObject.cs
- GeneralTransform3D.cs
- Timer.cs
- RegisteredDisposeScript.cs
- SystemIPInterfaceStatistics.cs
- HashCoreRequest.cs
- XmlSchemaObjectTable.cs
- CorrelationValidator.cs
- EntityUtil.cs
- Soap.cs
- ServicesUtilities.cs
- ViewgenGatekeeper.cs
- PartitionResolver.cs
- BitmapEffectInputData.cs
- GacUtil.cs
- WhiteSpaceTrimStringConverter.cs
- MediaScriptCommandRoutedEventArgs.cs
- InstallerTypeAttribute.cs
- TextHidden.cs
- TemplateBamlRecordReader.cs
- ArrayHelper.cs
- Security.cs
- BinaryMethodMessage.cs
- ClientRuntimeConfig.cs
- SQLInt64.cs
- HitTestResult.cs
- RequestContext.cs
- TransactionTable.cs
- HtmlToClrEventProxy.cs
- ObjectReferenceStack.cs
- DataBindingValueUIHandler.cs
- WithParamAction.cs
- MouseBinding.cs
- CodeStatementCollection.cs
- DictionaryManager.cs
- dataSvcMapFileLoader.cs
- TryExpression.cs
- ValidatorUtils.cs
- DesignTimeData.cs
- Internal.cs
- DataGridItem.cs
- TextWriter.cs
- QueryCacheManager.cs
- SqlGenerator.cs
- DebugManager.cs
- MonthCalendar.cs
- StrongNameIdentityPermission.cs
- StateMachineWorkflowDesigner.cs
- SendingRequestEventArgs.cs
- SafeReversePInvokeHandle.cs
- __Filters.cs
- WindowsSolidBrush.cs
- WorkerRequest.cs
- FixedSOMTextRun.cs