Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // 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() { } } } // 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
- InstancePersistenceContext.cs
- Array.cs
- StreamInfo.cs
- EventArgs.cs
- TreeNodeCollection.cs
- LexicalChunk.cs
- RelatedPropertyManager.cs
- SchemaComplexType.cs
- FileDocument.cs
- SchemaInfo.cs
- XmlArrayItemAttributes.cs
- WebServicesDescriptionAttribute.cs
- MaterialCollection.cs
- ObjectViewListener.cs
- MachineKeySection.cs
- ServiceDurableInstance.cs
- AnnotationAdorner.cs
- CompilerError.cs
- SqlTriggerAttribute.cs
- FramingChannels.cs
- ValidationSummary.cs
- EnvironmentPermission.cs
- DragSelectionMessageFilter.cs
- DiagnosticsConfigurationHandler.cs
- DynamicDocumentPaginator.cs
- ListArgumentProvider.cs
- Sentence.cs
- ResolveDuplexCD1AsyncResult.cs
- FlowLayoutSettings.cs
- InputQueue.cs
- ADRoleFactoryConfiguration.cs
- BindingExpressionBase.cs
- ChtmlTextWriter.cs
- RuntimeIdentifierPropertyAttribute.cs
- ConfigurationElementProperty.cs
- WriterOutput.cs
- ClientApiGenerator.cs
- PtsContext.cs
- Int32.cs
- ComplexTypeEmitter.cs
- ListBindingHelper.cs
- SafeNativeMethodsOther.cs
- ConstructorExpr.cs
- MouseButton.cs
- RuntimeConfig.cs
- HyperLinkStyle.cs
- RecordManager.cs
- ITextView.cs
- PageOutputQuality.cs
- MimeMultiPart.cs
- StringReader.cs
- OrderedDictionary.cs
- XmlWhitespace.cs
- FixUp.cs
- StylusLogic.cs
- SqlUtils.cs
- PhysicalAddress.cs
- UshortList2.cs
- FactoryGenerator.cs
- BCryptSafeHandles.cs
- ValidationSummary.cs
- Converter.cs
- ThicknessAnimationUsingKeyFrames.cs
- Freezable.cs
- TextSelectionHighlightLayer.cs
- Latin1Encoding.cs
- ToolStripContentPanelRenderEventArgs.cs
- MultiView.cs
- SelectionPatternIdentifiers.cs
- UIEndRequest.cs
- SerializationInfoEnumerator.cs
- SoapReflector.cs
- MatrixConverter.cs
- DataBoundControlParameterTarget.cs
- XhtmlBasicFormAdapter.cs
- SortDescriptionCollection.cs
- AVElementHelper.cs
- ToolboxBitmapAttribute.cs
- SafePointer.cs
- GeneralTransform.cs
- FloaterParagraph.cs
- PropertyCondition.cs
- _ProxyRegBlob.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- ImageSource.cs
- DragEventArgs.cs
- WebServiceClientProxyGenerator.cs
- RenderContext.cs
- Int32KeyFrameCollection.cs
- WinFormsSecurity.cs
- WindowProviderWrapper.cs
- DiagnosticTrace.cs
- ArrayItemReference.cs
- ProcessModuleCollection.cs
- VisualTreeUtils.cs
- EntityParameter.cs
- SearchForVirtualItemEventArgs.cs
- TypeCodeDomSerializer.cs
- UnsafeNativeMethods.cs
- ContentPresenter.cs