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
- NetworkInformationException.cs
- DtrList.cs
- DesignerProperties.cs
- BitFlagsGenerator.cs
- Group.cs
- DataBinding.cs
- ObjectDataSourceMethodEditor.cs
- Merger.cs
- KnownTypesHelper.cs
- ZipIOLocalFileHeader.cs
- ShaderRenderModeValidation.cs
- ScriptResourceHandler.cs
- ConnectionsZoneDesigner.cs
- ConfigsHelper.cs
- SoapEnumAttribute.cs
- HtmlTable.cs
- NegatedCellConstant.cs
- WCFServiceClientProxyGenerator.cs
- WindowsRichEditRange.cs
- TdsParameterSetter.cs
- TrustManagerMoreInformation.cs
- StringToken.cs
- DataObjectSettingDataEventArgs.cs
- CodeAttributeArgumentCollection.cs
- CfgParser.cs
- ProxyManager.cs
- SpAudioStreamWrapper.cs
- OpCodes.cs
- VarRemapper.cs
- DetailsViewPagerRow.cs
- ToolboxComponentsCreatedEventArgs.cs
- TemplateBindingExpression.cs
- LinqDataSourceView.cs
- BinaryObjectWriter.cs
- DataGridRow.cs
- StandardToolWindows.cs
- FormsAuthenticationCredentials.cs
- BufferBuilder.cs
- TreeNode.cs
- GlyphTypeface.cs
- ConcurrentStack.cs
- ComplexPropertyEntry.cs
- PerformanceCounters.cs
- TypeSemantics.cs
- DataGridSortCommandEventArgs.cs
- MarshalByValueComponent.cs
- EmptyImpersonationContext.cs
- TransactedReceiveScope.cs
- StatusBarItem.cs
- EnvironmentPermission.cs
- XmlSchema.cs
- WebSysDescriptionAttribute.cs
- SQLInt16Storage.cs
- DependencySource.cs
- InputElement.cs
- IList.cs
- UriPrefixTable.cs
- BitmapEffectDrawing.cs
- XmlSchemaExternal.cs
- ActivationServices.cs
- ImageCodecInfoPrivate.cs
- Type.cs
- AppSettingsExpressionBuilder.cs
- DataGridViewHitTestInfo.cs
- DiscriminatorMap.cs
- AnnotationDocumentPaginator.cs
- shaper.cs
- ResourceWriter.cs
- SelectionPattern.cs
- WorkflowViewManager.cs
- Rotation3D.cs
- ExtenderProvidedPropertyAttribute.cs
- ExitEventArgs.cs
- TransactionBehavior.cs
- IconBitmapDecoder.cs
- SmtpNetworkElement.cs
- TransactionBehavior.cs
- WrapPanel.cs
- LinqDataSourceContextEventArgs.cs
- RightsManagementEncryptedStream.cs
- HotSpot.cs
- InkCanvasInnerCanvas.cs
- VectorAnimationUsingKeyFrames.cs
- GroupBox.cs
- AttachedAnnotationChangedEventArgs.cs
- SemanticAnalyzer.cs
- AnnotationObservableCollection.cs
- AssemblyInfo.cs
- EntityDataSourceStatementEditorForm.cs
- XamlToRtfParser.cs
- ArgumentException.cs
- Version.cs
- PersonalizationEntry.cs
- Command.cs
- BindingContext.cs
- Visual3D.cs
- PartialTrustHelpers.cs
- QueryOutputWriter.cs
- BaseParagraph.cs
- ContextStaticAttribute.cs