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
- SqlMethodAttribute.cs
- TakeOrSkipWhileQueryOperator.cs
- SiteIdentityPermission.cs
- AnnotationObservableCollection.cs
- Constant.cs
- FieldNameLookup.cs
- ResourceReferenceExpressionConverter.cs
- FormClosingEvent.cs
- ConditionalAttribute.cs
- DataContractAttribute.cs
- GraphicsPathIterator.cs
- NumberAction.cs
- Content.cs
- ObjectDataSourceView.cs
- InstanceNameConverter.cs
- SQLBinaryStorage.cs
- ListBase.cs
- DefinitionUpdate.cs
- HtmlTernaryTree.cs
- HostedHttpTransportManager.cs
- DataServiceHost.cs
- GreenMethods.cs
- UncommonField.cs
- XmlAutoDetectWriter.cs
- SemanticAnalyzer.cs
- Quaternion.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- NotifyIcon.cs
- xmlfixedPageInfo.cs
- Internal.cs
- ToolStripRendererSwitcher.cs
- Variable.cs
- SoapMessage.cs
- Axis.cs
- AnnotationObservableCollection.cs
- util.cs
- SByteConverter.cs
- DesignerView.xaml.cs
- ListenerAdaptersInstallComponent.cs
- QueryExecutionOption.cs
- CustomActivityDesigner.cs
- XslTransformFileEditor.cs
- WebBrowserUriTypeConverter.cs
- DrawingContextDrawingContextWalker.cs
- ContentFilePart.cs
- BasePattern.cs
- TableAutomationPeer.cs
- AssertFilter.cs
- TablePattern.cs
- CachedTypeface.cs
- BindingExpressionUncommonField.cs
- InternalConfigHost.cs
- FastPropertyAccessor.cs
- Executor.cs
- XmlCharCheckingReader.cs
- TreeNodeMouseHoverEvent.cs
- NamespaceCollection.cs
- TreeNodeStyleCollection.cs
- XmlSerializerFactory.cs
- MimeObjectFactory.cs
- NGCPageContentSerializerAsync.cs
- ImageCodecInfoPrivate.cs
- RuntimeResourceSet.cs
- Vector3DCollectionConverter.cs
- Root.cs
- EntityAdapter.cs
- SelectionWordBreaker.cs
- DataGridTableCollection.cs
- BindToObject.cs
- List.cs
- IndexOutOfRangeException.cs
- TypedTableBaseExtensions.cs
- Thumb.cs
- SqlPersonalizationProvider.cs
- BitmapCodecInfoInternal.cs
- ThrowHelper.cs
- _Events.cs
- AnonymousIdentificationModule.cs
- BindingBase.cs
- SqlDataSourceCustomCommandPanel.cs
- TemplateBuilder.cs
- ThemeDirectoryCompiler.cs
- WorkflowMarkupSerializerMapping.cs
- WebPartTransformerCollection.cs
- TargetControlTypeCache.cs
- StreamGeometryContext.cs
- SchemaSetCompiler.cs
- TeredoHelper.cs
- OracleRowUpdatedEventArgs.cs
- DesignerActionPropertyItem.cs
- Decoder.cs
- SmiConnection.cs
- DeploymentSection.cs
- XmlReturnWriter.cs
- StringBuilder.cs
- SqlComparer.cs
- IdentityVerifier.cs
- WindowsRegion.cs
- WorkflowInstance.cs
- Label.cs