Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- QueryContinueDragEventArgs.cs
- AbstractExpressions.cs
- RemotingSurrogateSelector.cs
- Section.cs
- DataGrid.cs
- PngBitmapDecoder.cs
- SHA384Managed.cs
- SelectionPattern.cs
- BevelBitmapEffect.cs
- RepeatButtonAutomationPeer.cs
- MemberPath.cs
- PropertyTab.cs
- XmlSchemaIdentityConstraint.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- COMException.cs
- MarkerProperties.cs
- HashCryptoHandle.cs
- SchemaMerger.cs
- ForwardPositionQuery.cs
- ResourceExpression.cs
- ClassData.cs
- AccessDataSourceView.cs
- InvokeCompletedEventArgs.cs
- MediaEntryAttribute.cs
- Throw.cs
- TimeSpanSecondsConverter.cs
- VirtualDirectoryMappingCollection.cs
- PeerDefaultCustomResolverClient.cs
- AuthenticationModuleElement.cs
- WebPartConnectVerb.cs
- ListBindingHelper.cs
- UnsupportedPolicyOptionsException.cs
- wgx_sdk_version.cs
- SingleAnimationUsingKeyFrames.cs
- HtmlWindowCollection.cs
- Group.cs
- SecurityContext.cs
- XmlArrayAttribute.cs
- AudienceUriMode.cs
- DataView.cs
- DependencyPropertyHelper.cs
- DataGridViewDataErrorEventArgs.cs
- DataServiceRequest.cs
- Component.cs
- OpenTypeLayoutCache.cs
- ProxyWebPartManager.cs
- XmlSchemaAnnotated.cs
- VirtualDirectoryMappingCollection.cs
- SerializationTrace.cs
- EnvelopedPkcs7.cs
- StringFunctions.cs
- AutomationElementCollection.cs
- ContractsBCL.cs
- LogLogRecordHeader.cs
- DynamicControlParameter.cs
- Image.cs
- _TimerThread.cs
- TemplateBindingExtensionConverter.cs
- StringUtil.cs
- DnsPermission.cs
- WSUtilitySpecificationVersion.cs
- ArgumentDesigner.xaml.cs
- XmlDigitalSignatureProcessor.cs
- SortFieldComparer.cs
- DocumentCollection.cs
- OdbcCommandBuilder.cs
- CellParagraph.cs
- ExpressionsCollectionConverter.cs
- TypeDescriptor.cs
- BitmapEffect.cs
- DateRangeEvent.cs
- ToolStripLocationCancelEventArgs.cs
- entitydatasourceentitysetnameconverter.cs
- TextViewSelectionProcessor.cs
- WithParamAction.cs
- FormatControl.cs
- Color.cs
- QueryOutputWriter.cs
- BooleanAnimationUsingKeyFrames.cs
- ClientScriptManagerWrapper.cs
- ExpandableObjectConverter.cs
- GlobalProxySelection.cs
- ComPlusContractBehavior.cs
- GridItemCollection.cs
- DataRelationPropertyDescriptor.cs
- InfoCardArgumentException.cs
- NameValueConfigurationCollection.cs
- ListView.cs
- DynamicPropertyHolder.cs
- EntryPointNotFoundException.cs
- DocumentSchemaValidator.cs
- UIElement.cs
- EntityStoreSchemaFilterEntry.cs
- AvTraceDetails.cs
- CompositeDataBoundControl.cs
- Sentence.cs
- EventProxy.cs
- LoginUtil.cs
- ColorBlend.cs
- Misc.cs