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
- RadioButtonList.cs
- WebPartHeaderCloseVerb.cs
- WebExceptionStatus.cs
- FrameworkPropertyMetadata.cs
- XsltFunctions.cs
- ExpressionBindingCollection.cs
- BufferedOutputStream.cs
- XmlSchemaAnnotated.cs
- RectangleConverter.cs
- input.cs
- TableLayoutPanelCellPosition.cs
- IWorkflowDebuggerService.cs
- LoadItemsEventArgs.cs
- TempEnvironment.cs
- ContextDataSource.cs
- ComponentEditorForm.cs
- GPRECTF.cs
- WebPartDisplayModeCancelEventArgs.cs
- PrintPreviewControl.cs
- TransformerTypeCollection.cs
- Visitors.cs
- DeviceContext2.cs
- GetMemberBinder.cs
- XmlSchemaSequence.cs
- CLRBindingWorker.cs
- invalidudtexception.cs
- Stroke.cs
- path.cs
- PagePropertiesChangingEventArgs.cs
- SafeIUnknown.cs
- InternalPolicyElement.cs
- InstanceStoreQueryResult.cs
- AmbientValueAttribute.cs
- SystemIPInterfaceProperties.cs
- DataSetViewSchema.cs
- Update.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- RadioButton.cs
- ProfileGroupSettingsCollection.cs
- DoubleIndependentAnimationStorage.cs
- StringWriter.cs
- PaintEvent.cs
- OracleEncoding.cs
- XsdDuration.cs
- QilTargetType.cs
- LinqDataSourceContextData.cs
- Utility.cs
- ObjectQuery_EntitySqlExtensions.cs
- UnsafeNetInfoNativeMethods.cs
- StrictAndMessageFilter.cs
- DataGridViewAdvancedBorderStyle.cs
- PerfProviderCollection.cs
- SimpleMailWebEventProvider.cs
- DataGridViewSortCompareEventArgs.cs
- ContentDesigner.cs
- BooleanExpr.cs
- BackgroundFormatInfo.cs
- FlowDocumentReader.cs
- BuildResult.cs
- Oid.cs
- ComponentDispatcherThread.cs
- StorageComplexTypeMapping.cs
- _emptywebproxy.cs
- EventRoute.cs
- TemplateParser.cs
- Directory.cs
- QuaternionAnimation.cs
- DataPagerFieldCommandEventArgs.cs
- DiscoveryServerProtocol.cs
- Mutex.cs
- ClientSession.cs
- AdRotator.cs
- HttpResponseHeader.cs
- SQLByteStorage.cs
- InvalidEnumArgumentException.cs
- FileDialog_Vista_Interop.cs
- VariantWrapper.cs
- RootDesignerSerializerAttribute.cs
- SubMenuStyleCollection.cs
- ping.cs
- NavigationProgressEventArgs.cs
- cache.cs
- DataColumnMappingCollection.cs
- DataGridViewImageCell.cs
- InternalConfigEventArgs.cs
- LinqDataSourceView.cs
- DashStyle.cs
- BuildProvider.cs
- EventProxy.cs
- HashHelper.cs
- XmlSignatureProperties.cs
- ConversionHelper.cs
- UIPermission.cs
- StylusButton.cs
- X509AudioLogo.cs
- Exception.cs
- EntityDataSourceSelectingEventArgs.cs
- MarkerProperties.cs
- VersionPair.cs
- AuthenticationException.cs