Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / ContextStaticAttribute.cs / 1 / ContextStaticAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: ContextStaticAttribute.cs ** ** ** ** Purpose: Custom attribute to indicate that the field should be treated ** as a static relative to a context. ** ** ** ===========================================================*/ namespace System { using System; using System.Runtime.Remoting; [AttributeUsage(AttributeTargets.Field, Inherited = false),Serializable] [System.Runtime.InteropServices.ComVisible(true)] public class ContextStaticAttribute : Attribute { public ContextStaticAttribute() { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataBinding.cs
- ToolStripSeparatorRenderEventArgs.cs
- HtmlShimManager.cs
- NamespaceEmitter.cs
- FormsAuthentication.cs
- MdImport.cs
- SafeNativeMethods.cs
- Size3DValueSerializer.cs
- TriggerAction.cs
- MemberBinding.cs
- ServicePointManagerElement.cs
- TextDecorationUnitValidation.cs
- SqlConnectionManager.cs
- DataObjectFieldAttribute.cs
- HtmlPageAdapter.cs
- WindowsGraphicsWrapper.cs
- SnapshotChangeTrackingStrategy.cs
- RegexGroupCollection.cs
- JavascriptXmlWriterWrapper.cs
- CryptographicAttribute.cs
- KeyGestureValueSerializer.cs
- ToolStripLocationCancelEventArgs.cs
- ReversePositionQuery.cs
- NullEntityWrapper.cs
- DebugView.cs
- DataDocumentXPathNavigator.cs
- FacetChecker.cs
- QilScopedVisitor.cs
- DebugView.cs
- ListBoxDesigner.cs
- TextBox.cs
- XmlILOptimizerVisitor.cs
- Label.cs
- ComponentRenameEvent.cs
- HttpCachePolicyElement.cs
- QuestionEventArgs.cs
- WebPartEditorCancelVerb.cs
- PixelShader.cs
- XamlStream.cs
- SynchronizationContext.cs
- WebPartTracker.cs
- ListSortDescription.cs
- Site.cs
- CustomTrackingQuery.cs
- Misc.cs
- SerialPinChanges.cs
- ExpressionVisitor.cs
- TextBounds.cs
- InlineObject.cs
- DataObjectFieldAttribute.cs
- SQLByteStorage.cs
- DefaultAuthorizationContext.cs
- ValidatedControlConverter.cs
- COM2Properties.cs
- HMACRIPEMD160.cs
- NetworkAddressChange.cs
- CodeParameterDeclarationExpression.cs
- GcHandle.cs
- DispatcherProcessingDisabled.cs
- Merger.cs
- PartitionedStream.cs
- SoapAttributeAttribute.cs
- InputScopeManager.cs
- MetafileHeader.cs
- AnimationLayer.cs
- XmlSecureResolver.cs
- MinimizableAttributeTypeConverter.cs
- DecimalSumAggregationOperator.cs
- _DomainName.cs
- ErrorLog.cs
- WindowsTitleBar.cs
- PersistenceTypeAttribute.cs
- NativeMethods.cs
- CommandManager.cs
- InlineCollection.cs
- ListenerElementsCollection.cs
- WebDescriptionAttribute.cs
- CompilationUnit.cs
- TaskHelper.cs
- ListControlStringCollectionEditor.cs
- MetadataItem.cs
- SerializationSectionGroup.cs
- ReadOnlyTernaryTree.cs
- TextFormatterContext.cs
- ItemContainerPattern.cs
- NavigationWindowAutomationPeer.cs
- MediaContextNotificationWindow.cs
- DataPagerFieldItem.cs
- ProviderBase.cs
- Comparer.cs
- FocusManager.cs
- OSEnvironmentHelper.cs
- CustomDictionarySources.cs
- ContentPosition.cs
- ReflectPropertyDescriptor.cs
- HtmlTableCellCollection.cs
- SafeRightsManagementPubHandle.cs
- PrintPreviewDialog.cs
- TypeExtension.cs
- BufferedGraphics.cs