Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ScrollChrome.cs
- AnnotationMap.cs
- XPathNavigator.cs
- SubclassTypeValidatorAttribute.cs
- Dictionary.cs
- DataKey.cs
- XPathNodeInfoAtom.cs
- SiteMapDesignerDataSourceView.cs
- AxisAngleRotation3D.cs
- PasswordBoxAutomationPeer.cs
- SqlSupersetValidator.cs
- ParentUndoUnit.cs
- PropertySet.cs
- DependencyObjectProvider.cs
- FormViewUpdatedEventArgs.cs
- ParagraphVisual.cs
- SafeNativeMethods.cs
- MessageDecoder.cs
- Metafile.cs
- CssClassPropertyAttribute.cs
- KeyInstance.cs
- WindowsFormsHostPropertyMap.cs
- KnownTypesProvider.cs
- DynamicContractTypeBuilder.cs
- MatrixKeyFrameCollection.cs
- GridItemProviderWrapper.cs
- XMLUtil.cs
- JsonReaderWriterFactory.cs
- FileSystemInfo.cs
- ReadOnlyTernaryTree.cs
- ProxyAttribute.cs
- LogAppendAsyncResult.cs
- HtmlForm.cs
- connectionpool.cs
- DataColumnPropertyDescriptor.cs
- WebRequestModuleElementCollection.cs
- DataGridViewTopLeftHeaderCell.cs
- StylusPointPropertyUnit.cs
- IncomingWebRequestContext.cs
- LicFileLicenseProvider.cs
- RootAction.cs
- QueryableDataSourceView.cs
- PropertyHelper.cs
- TraceListener.cs
- WhitespaceRuleReader.cs
- KeyInterop.cs
- SystemUdpStatistics.cs
- SchemaImporter.cs
- FieldDescriptor.cs
- ColumnHeaderConverter.cs
- ContentTextAutomationPeer.cs
- HeaderLabel.cs
- OleDbSchemaGuid.cs
- TextSelectionHelper.cs
- DataRowChangeEvent.cs
- oledbmetadatacollectionnames.cs
- _FtpDataStream.cs
- SafeCancelMibChangeNotify.cs
- TextEditorSelection.cs
- InfoCardRSACryptoProvider.cs
- CreationContext.cs
- __Filters.cs
- ScrollEventArgs.cs
- DateTimeFormatInfo.cs
- PropertyDescriptorComparer.cs
- HashMembershipCondition.cs
- AccessDataSourceView.cs
- DataGridViewTextBoxCell.cs
- RecognizerStateChangedEventArgs.cs
- loginstatus.cs
- DesignerOptionService.cs
- DataSourceXmlElementAttribute.cs
- Evidence.cs
- GridViewCancelEditEventArgs.cs
- ToolStripSeparator.cs
- ListView.cs
- FacetValueContainer.cs
- HtmlInputFile.cs
- ResourceDisplayNameAttribute.cs
- LogicalTreeHelper.cs
- TableRow.cs
- XmlSchemaExporter.cs
- HighContrastHelper.cs
- SQLDecimal.cs
- HttpRequestCacheValidator.cs
- RemoteWebConfigurationHostServer.cs
- WindowsTokenRoleProvider.cs
- HtmlTableCell.cs
- RootProfilePropertySettingsCollection.cs
- FilterUserControlBase.cs
- WebPartCloseVerb.cs
- ListMarkerLine.cs
- ListView.cs
- ParentQuery.cs
- IndicCharClassifier.cs
- MappingModelBuildProvider.cs
- RecordManager.cs
- LinkTarget.cs
- DebugView.cs
- Int32Converter.cs