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
- BinaryReader.cs
- UnitySerializationHolder.cs
- CanonicalXml.cs
- FormViewRow.cs
- RC2.cs
- DataGridViewColumnTypeEditor.cs
- TextTreeFixupNode.cs
- TraceSwitch.cs
- AuthenticatedStream.cs
- MemberJoinTreeNode.cs
- ComPlusTypeValidator.cs
- TextServicesCompartmentEventSink.cs
- ConfigXmlCDataSection.cs
- SqlTypeSystemProvider.cs
- PathFigureCollection.cs
- AVElementHelper.cs
- RegexRunner.cs
- DefaultAsyncDataDispatcher.cs
- Duration.cs
- IIS7UserPrincipal.cs
- JsonReader.cs
- XmlSerializableReader.cs
- FieldBuilder.cs
- MonitorWrapper.cs
- SqlDataSourceQueryConverter.cs
- KnownIds.cs
- QueryOpcode.cs
- Stackframe.cs
- FileFormatException.cs
- UriExt.cs
- GeneralTransform3DGroup.cs
- ToolStripSettings.cs
- FieldToken.cs
- BoundingRectTracker.cs
- EntityCommandDefinition.cs
- RoutedPropertyChangedEventArgs.cs
- AgileSafeNativeMemoryHandle.cs
- SharedConnectionInfo.cs
- validationstate.cs
- SimpleWebHandlerParser.cs
- InsufficientMemoryException.cs
- CategoryGridEntry.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- DataPagerField.cs
- iisPickupDirectory.cs
- FontFamily.cs
- EntryWrittenEventArgs.cs
- ObjectItemLoadingSessionData.cs
- ExpressionCopier.cs
- CornerRadiusConverter.cs
- XmlDocumentFragment.cs
- IpcClientChannel.cs
- DelegateArgumentValue.cs
- SpecialFolderEnumConverter.cs
- BinaryObjectInfo.cs
- wgx_commands.cs
- ClrPerspective.cs
- ScriptResourceAttribute.cs
- EventHandlerService.cs
- ColorBlend.cs
- Evidence.cs
- FieldTemplateUserControl.cs
- TableItemPatternIdentifiers.cs
- VirtualDirectoryMappingCollection.cs
- COM2Properties.cs
- SmiConnection.cs
- ChangeNode.cs
- BinaryObjectReader.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- DataServiceContext.cs
- XdrBuilder.cs
- PublisherIdentityPermission.cs
- EdmType.cs
- GeometryDrawing.cs
- DecimalStorage.cs
- WinCategoryAttribute.cs
- SqlFactory.cs
- WebControlAdapter.cs
- DES.cs
- ProjectionPruner.cs
- GlyphRunDrawing.cs
- DetailsViewPageEventArgs.cs
- OrthographicCamera.cs
- MultiPropertyDescriptorGridEntry.cs
- CultureMapper.cs
- HScrollProperties.cs
- SetState.cs
- ListControl.cs
- _Events.cs
- IgnoreFlushAndCloseStream.cs
- SingleResultAttribute.cs
- ScrollContentPresenter.cs
- MemberMaps.cs
- PathStreamGeometryContext.cs
- BasicBrowserDialog.designer.cs
- InlineObject.cs
- SafeReadContext.cs
- WebRequest.cs
- Hyperlink.cs
- ArraySortHelper.cs