Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Runtime / CompilerServices / ReferenceAssemblyAttribute.cs / 1305376 / ReferenceAssemblyAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Attribute: ReferenceAssemblyAttribute ** ** Purpose: Identifies an assembly as being a "reference ** assembly", meaning it contains public surface area but ** no usable implementation. Reference assemblies ** should be loadable for introspection, but not execution. ** ============================================================*/ namespace System.Runtime.CompilerServices { using System; [Serializable] [AttributeUsage(AttributeTargets.Assembly, AllowMultiple=false)] public sealed class ReferenceAssemblyAttribute : Attribute { private String _description; // Maybe ".NET FX v4.0 SP1, partial trust"? public ReferenceAssemblyAttribute() { } public ReferenceAssemblyAttribute(String description) { _description = description; } public String Description { get { return _description; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Attribute: ReferenceAssemblyAttribute ** ** Purpose: Identifies an assembly as being a "reference ** assembly", meaning it contains public surface area but ** no usable implementation. Reference assemblies ** should be loadable for introspection, but not execution. ** ============================================================*/ namespace System.Runtime.CompilerServices { using System; [Serializable] [AttributeUsage(AttributeTargets.Assembly, AllowMultiple=false)] public sealed class ReferenceAssemblyAttribute : Attribute { private String _description; // Maybe ".NET FX v4.0 SP1, partial trust"? public ReferenceAssemblyAttribute() { } public ReferenceAssemblyAttribute(String description) { _description = description; } public String Description { get { return _description; } } } } // 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
- ExpandCollapseProviderWrapper.cs
- WebPartsSection.cs
- ReadOnlyKeyedCollection.cs
- HttpResponseHeader.cs
- ToolboxItemAttribute.cs
- ManipulationStartedEventArgs.cs
- DiscoveryInnerClientManaged11.cs
- CallInfo.cs
- Region.cs
- DetailsViewInsertEventArgs.cs
- CompositeScriptReference.cs
- StorageMappingFragment.cs
- HtmlLink.cs
- TdsParserSessionPool.cs
- BindingGroup.cs
- BigInt.cs
- GridItemProviderWrapper.cs
- Mapping.cs
- Int16Storage.cs
- SystemWebCachingSectionGroup.cs
- DocumentReference.cs
- ReferencedCategoriesDocument.cs
- BCLDebug.cs
- CodeVariableDeclarationStatement.cs
- DependencyPropertyAttribute.cs
- EntitySetBaseCollection.cs
- ContentOperations.cs
- UDPClient.cs
- ValidatorCollection.cs
- EditorPart.cs
- RequiredAttributeAttribute.cs
- PointAnimationClockResource.cs
- RequiredAttributeAttribute.cs
- Path.cs
- SourceElementsCollection.cs
- EventLogger.cs
- DetailsView.cs
- OdbcDataAdapter.cs
- SchemaNamespaceManager.cs
- BuildDependencySet.cs
- CodeTypeReferenceCollection.cs
- ClientSponsor.cs
- Exceptions.cs
- BaseValidator.cs
- ViewgenContext.cs
- OpenTypeLayoutCache.cs
- CacheMode.cs
- XPathAncestorIterator.cs
- ProcessManager.cs
- Resources.Designer.cs
- OleDbDataReader.cs
- QilXmlWriter.cs
- OwnerDrawPropertyBag.cs
- TouchDevice.cs
- WebControl.cs
- LocalValueEnumerator.cs
- ToolStrip.cs
- EntityCommand.cs
- GridView.cs
- ResetableIterator.cs
- Button.cs
- FontTypeConverter.cs
- ErrorHandler.cs
- CancelEventArgs.cs
- Operator.cs
- MinMaxParagraphWidth.cs
- GridViewRowPresenter.cs
- StylesEditorDialog.cs
- StyleTypedPropertyAttribute.cs
- RegexMatch.cs
- XmlNodeList.cs
- Int32.cs
- DataGridColumnCollection.cs
- GiveFeedbackEvent.cs
- WizardSideBarListControlItemEventArgs.cs
- SelectedGridItemChangedEvent.cs
- UrlPath.cs
- ArraySegment.cs
- XmlDeclaration.cs
- Int64.cs
- AdCreatedEventArgs.cs
- WebSysDefaultValueAttribute.cs
- TableLayoutCellPaintEventArgs.cs
- XomlCompiler.cs
- SpotLight.cs
- ProtectedProviderSettings.cs
- bindurihelper.cs
- WizardStepBase.cs
- BindingMAnagerBase.cs
- SHA512Managed.cs
- Metadata.cs
- GlyphInfoList.cs
- CompilationPass2Task.cs
- TypedTableHandler.cs
- WebPartVerbsEventArgs.cs
- Rotation3DAnimationUsingKeyFrames.cs
- WebResponse.cs
- PropertyChangeTracker.cs
- SqlCrossApplyToCrossJoin.cs
- ScrollChrome.cs