Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Runtime / CompilerServices / InternalsVisibleToAttribute.cs / 2 / 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
- FontFamilyConverter.cs
- ShaperBuffers.cs
- Soap11ServerProtocol.cs
- StylusTouchDevice.cs
- X509SecurityTokenAuthenticator.cs
- CodeRemoveEventStatement.cs
- BitmapVisualManager.cs
- ScriptServiceAttribute.cs
- DataSetSchema.cs
- InvalidFilterCriteriaException.cs
- GrowingArray.cs
- ApplicationHost.cs
- SafeCryptoKeyHandle.cs
- BmpBitmapEncoder.cs
- HealthMonitoringSectionHelper.cs
- NamespaceCollection.cs
- IsolatedStoragePermission.cs
- SurrogateDataContract.cs
- AssociationSetMetadata.cs
- ISFClipboardData.cs
- TemplateColumn.cs
- XmlRootAttribute.cs
- DataGridViewAutoSizeModeEventArgs.cs
- TextDpi.cs
- Debugger.cs
- ColumnWidthChangingEvent.cs
- OutputCacheProfile.cs
- BindingList.cs
- DataTableMapping.cs
- InkCanvasSelectionAdorner.cs
- DataReceivedEventArgs.cs
- PropertyInformation.cs
- Padding.cs
- PropagatorResult.cs
- ToolStripContainerDesigner.cs
- Message.cs
- PlatformCulture.cs
- httpstaticobjectscollection.cs
- Win32Interop.cs
- ExtendedProtectionPolicyElement.cs
- XmlUtilWriter.cs
- ZeroOpNode.cs
- MultiTargetingUtil.cs
- DataTableMapping.cs
- control.ime.cs
- Control.cs
- Delegate.cs
- OperatingSystem.cs
- XmlSchemaType.cs
- RowSpanVector.cs
- RedirectionProxy.cs
- EventLogTraceListener.cs
- HostElement.cs
- ParenthesizePropertyNameAttribute.cs
- BindingExpressionBase.cs
- CorePropertiesFilter.cs
- xmlformatgeneratorstatics.cs
- WindowsButton.cs
- CustomError.cs
- CodeAttributeDeclaration.cs
- Aggregates.cs
- WhileDesigner.cs
- SoapCodeExporter.cs
- externdll.cs
- FileDialog_Vista.cs
- PersonalizablePropertyEntry.cs
- KeyPressEvent.cs
- TextBoxLine.cs
- Module.cs
- infer.cs
- WebPartConnectionsCloseVerb.cs
- InstanceCreationEditor.cs
- MdiWindowListItemConverter.cs
- ConfigurationManagerHelper.cs
- StylusPointProperty.cs
- EvidenceBase.cs
- RegexInterpreter.cs
- SecurityTokenResolver.cs
- WpfXamlMember.cs
- DataServiceContext.cs
- DataGridComboBoxColumn.cs
- ObjectQuery_EntitySqlExtensions.cs
- WCFModelStrings.Designer.cs
- PassportAuthentication.cs
- EnumType.cs
- TreeNodeCollectionEditor.cs
- CompilerGeneratedAttribute.cs
- FigureHelper.cs
- Mouse.cs
- ChangeNode.cs
- BroadcastEventHelper.cs
- ManifestSignedXml.cs
- mediaclock.cs
- MenuRendererClassic.cs
- webproxy.cs
- PropertyGridView.cs
- GZipStream.cs
- Rules.cs
- SystemIPGlobalProperties.cs
- GuidTagList.cs