Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / Runtime / CompilerServices / InternalsVisibleToAttribute.cs / 1 / InternalsVisibleToAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //------------------------------------------------------------------------------ //----------------------------------------------------------------------------- namespace System.Runtime.CompilerServices { using System; [AttributeUsage(AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)] public sealed class InternalsVisibleToAttribute : Attribute { private string _assemblyName; private bool _allInternalsVisible = true; public InternalsVisibleToAttribute(string assemblyName) { this._assemblyName = assemblyName; } public string AssemblyName { get { return _assemblyName; } } public bool AllInternalsVisible { get { return _allInternalsVisible; } set { _allInternalsVisible = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //------------------------------------------------------------------------------ //----------------------------------------------------------------------------- namespace System.Runtime.CompilerServices { using System; [AttributeUsage(AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)] public sealed class InternalsVisibleToAttribute : Attribute { private string _assemblyName; private bool _allInternalsVisible = true; public InternalsVisibleToAttribute(string assemblyName) { this._assemblyName = assemblyName; } public string AssemblyName { get { return _assemblyName; } } public bool AllInternalsVisible { get { return _allInternalsVisible; } set { _allInternalsVisible = value; } } } } // 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
- DefaultSettingsSection.cs
- TransportChannelFactory.cs
- PathFigureCollectionValueSerializer.cs
- ObjectToken.cs
- PolygonHotSpot.cs
- DrawListViewSubItemEventArgs.cs
- TraceFilter.cs
- ProtocolViolationException.cs
- Buffer.cs
- unsafenativemethodstextservices.cs
- ModuleBuilderData.cs
- XmlElement.cs
- MenuItemAutomationPeer.cs
- ProcessModelInfo.cs
- InputLanguageProfileNotifySink.cs
- LinkLabelLinkClickedEvent.cs
- DecimalAnimationBase.cs
- VisualTarget.cs
- SecurityUtils.cs
- PostBackTrigger.cs
- CompiledIdentityConstraint.cs
- DocumentSchemaValidator.cs
- GridView.cs
- JpegBitmapDecoder.cs
- TextBoxRenderer.cs
- MetadataHelper.cs
- TemplateComponentConnector.cs
- ExtractedStateEntry.cs
- ResourceBinder.cs
- SupportsEventValidationAttribute.cs
- CommonDialog.cs
- KeyboardEventArgs.cs
- Viewport2DVisual3D.cs
- coordinatorfactory.cs
- EmptyCollection.cs
- InkCanvasSelection.cs
- TextContainerHelper.cs
- ImageListUtils.cs
- NodeInfo.cs
- DesignerAttributeInfo.cs
- WindowsIdentity.cs
- ExpandableObjectConverter.cs
- AutomationElement.cs
- JournalEntryStack.cs
- PageWrapper.cs
- DmlSqlGenerator.cs
- SafeFileMappingHandle.cs
- XmlSchemaSimpleTypeList.cs
- TraceXPathNavigator.cs
- DiagnosticTrace.cs
- DataGridViewSelectedRowCollection.cs
- EventLogQuery.cs
- MapPathBasedVirtualPathProvider.cs
- TraceUtils.cs
- MergeFilterQuery.cs
- Membership.cs
- OutputCacheSettingsSection.cs
- ModuleConfigurationInfo.cs
- TraceListeners.cs
- HtmlDocument.cs
- _CacheStreams.cs
- dataobject.cs
- ProtectedConfiguration.cs
- ExplicitDiscriminatorMap.cs
- MexNamedPipeBindingElement.cs
- LogicalTreeHelper.cs
- DefaultProxySection.cs
- XamlHostingSection.cs
- XmlNamespaceMappingCollection.cs
- SourceFileBuildProvider.cs
- OleDbConnectionInternal.cs
- ApplicationInfo.cs
- WebServiceMethodData.cs
- ContextMenuService.cs
- InheritanceAttribute.cs
- DataTableMapping.cs
- RelationshipEndMember.cs
- ScriptComponentDescriptor.cs
- IdnElement.cs
- ExpressionDumper.cs
- IgnorePropertiesAttribute.cs
- InteropAutomationProvider.cs
- CompilerResults.cs
- DrawingVisual.cs
- XmlSchema.cs
- DelegateBodyWriter.cs
- RawStylusSystemGestureInputReport.cs
- BmpBitmapDecoder.cs
- TypedRowGenerator.cs
- XmlCharacterData.cs
- WorkflowViewStateService.cs
- TableLayoutStyleCollection.cs
- AllowedAudienceUriElement.cs
- TriggerAction.cs
- DeviceOverridableAttribute.cs
- FileRecordSequenceCompletedAsyncResult.cs
- TimeZoneInfo.cs
- WindowsContainer.cs
- CachedFontFace.cs
- OLEDB_Util.cs