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
- UriTemplateQueryValue.cs
- VerticalAlignConverter.cs
- ThumbAutomationPeer.cs
- MasterPageCodeDomTreeGenerator.cs
- ContractNamespaceAttribute.cs
- DataGridViewButtonColumn.cs
- XmlDataCollection.cs
- AutomationPeer.cs
- ContextBase.cs
- ArcSegment.cs
- MemoryMappedFileSecurity.cs
- SerializationInfoEnumerator.cs
- CacheMemory.cs
- NavigationWindowAutomationPeer.cs
- CapabilitiesRule.cs
- ProtocolsConfigurationHandler.cs
- BezierSegment.cs
- DataListCommandEventArgs.cs
- ResourceKey.cs
- CategoryGridEntry.cs
- FormClosingEvent.cs
- Rect.cs
- SecurityDescriptor.cs
- WebPartCatalogAddVerb.cs
- SelectionProviderWrapper.cs
- MatcherBuilder.cs
- BaseTemplateParser.cs
- EditorPartDesigner.cs
- RemotingServices.cs
- DebugView.cs
- MeasureData.cs
- GridViewSortEventArgs.cs
- DocumentGridContextMenu.cs
- InputProcessorProfilesLoader.cs
- UIElementAutomationPeer.cs
- CopyOnWriteList.cs
- NgenServicingAttributes.cs
- PLINQETWProvider.cs
- EventDescriptor.cs
- designeractionlistschangedeventargs.cs
- TableTextElementCollectionInternal.cs
- HtmlInputButton.cs
- HtmlElementCollection.cs
- HeaderedContentControl.cs
- SerialPinChanges.cs
- ArraySortHelper.cs
- DesignerEditorPartChrome.cs
- TypeDependencyAttribute.cs
- DataListComponentEditor.cs
- NotifyInputEventArgs.cs
- CompositeFontParser.cs
- Dictionary.cs
- COM2Properties.cs
- IconEditor.cs
- Enum.cs
- StringAnimationUsingKeyFrames.cs
- PermissionSet.cs
- HtmlProps.cs
- AvTrace.cs
- BufferedWebEventProvider.cs
- MDIClient.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- TimelineClockCollection.cs
- CodeSubDirectoriesCollection.cs
- DataListItemEventArgs.cs
- figurelengthconverter.cs
- ComEventsMethod.cs
- RootBrowserWindowProxy.cs
- MailMessage.cs
- _FixedSizeReader.cs
- ShaderEffect.cs
- RewritingPass.cs
- MonitorWrapper.cs
- NextPreviousPagerField.cs
- DataBoundControlAdapter.cs
- XsltConvert.cs
- InstanceKeyCompleteException.cs
- BStrWrapper.cs
- WSHttpSecurity.cs
- _ListenerAsyncResult.cs
- XmlDataProvider.cs
- MD5.cs
- UriTemplate.cs
- XmlDataImplementation.cs
- ColorConverter.cs
- ProfileSection.cs
- Hex.cs
- ServiceObjectContainer.cs
- ApplicationContext.cs
- LoginUtil.cs
- HashCodeCombiner.cs
- FacetEnabledSchemaElement.cs
- LoginView.cs
- ButtonField.cs
- ValidationEventArgs.cs
- GCHandleCookieTable.cs
- FileEnumerator.cs
- CompoundFileStreamReference.cs
- ScrollBarAutomationPeer.cs
- PerformanceCounterManager.cs