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
- ByteViewer.cs
- ToolboxItemSnapLineBehavior.cs
- DbBuffer.cs
- AnonymousIdentificationModule.cs
- CompilerTypeWithParams.cs
- XamlFilter.cs
- StringFormat.cs
- DataServiceRequestException.cs
- MessageHeaderException.cs
- CapabilitiesState.cs
- MediaPlayer.cs
- EventRoute.cs
- DataGridColumnCollection.cs
- ActivityExecutorDelegateInfo.cs
- SignedPkcs7.cs
- MSAAEventDispatcher.cs
- ConsumerConnectionPoint.cs
- PriorityChain.cs
- RangeEnumerable.cs
- SamlSecurityToken.cs
- WCFBuildProvider.cs
- AuthorizationRule.cs
- ToolStripSystemRenderer.cs
- Operator.cs
- ProfileGroupSettingsCollection.cs
- PropertyValueChangedEvent.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- DiscardableAttribute.cs
- rsa.cs
- StreamingContext.cs
- MSAAWinEventWrap.cs
- PathFigureCollectionValueSerializer.cs
- Array.cs
- WebPartConnectionsEventArgs.cs
- DataGridViewAccessibleObject.cs
- QueryExecutionOption.cs
- ClientUriBehavior.cs
- HandlerBase.cs
- Message.cs
- WebPartTracker.cs
- HttpChannelFactory.cs
- LayoutTableCell.cs
- StateWorkerRequest.cs
- CellParaClient.cs
- CallbackDebugElement.cs
- SqlDataSource.cs
- DbModificationCommandTree.cs
- SortExpressionBuilder.cs
- MetaChildrenColumn.cs
- SmiRequestExecutor.cs
- DefaultEventAttribute.cs
- OpenFileDialog.cs
- ReadOnlyCollectionBase.cs
- ProfileEventArgs.cs
- ViewStateException.cs
- FormViewUpdatedEventArgs.cs
- GifBitmapDecoder.cs
- MetadataArtifactLoaderCompositeResource.cs
- SrgsItemList.cs
- AnimationClock.cs
- ScriptingRoleServiceSection.cs
- CallContext.cs
- EntityUtil.cs
- DataSourceCacheDurationConverter.cs
- ArgIterator.cs
- Journal.cs
- SemaphoreFullException.cs
- XPathScanner.cs
- SafeMemoryMappedViewHandle.cs
- BrowserTree.cs
- xdrvalidator.cs
- CallSiteBinder.cs
- HttpResponse.cs
- VirtualizingStackPanel.cs
- SendSecurityHeader.cs
- DynamicPropertyHolder.cs
- EmbeddedMailObject.cs
- RC2CryptoServiceProvider.cs
- SystemIPGlobalStatistics.cs
- ClientScriptManager.cs
- ComponentDispatcherThread.cs
- TemplatedMailWebEventProvider.cs
- FormViewCommandEventArgs.cs
- PipelineModuleStepContainer.cs
- PerformanceCounterPermission.cs
- DrawToolTipEventArgs.cs
- ResXResourceSet.cs
- MultiView.cs
- SQLCharsStorage.cs
- PnrpPermission.cs
- EditorZoneAutoFormat.cs
- HtmlTextArea.cs
- BaseCodeDomTreeGenerator.cs
- ApplicationActivator.cs
- MexNamedPipeBindingCollectionElement.cs
- RunInstallerAttribute.cs
- PersonalizationStateInfo.cs
- ArcSegment.cs
- ErrorFormatter.cs
- Vector.cs