Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HyperLinkDesigner.cs
- InternalSafeNativeMethods.cs
- DataGridViewEditingControlShowingEventArgs.cs
- CompletionBookmark.cs
- OdbcPermission.cs
- DataSet.cs
- TrailingSpaceComparer.cs
- AsyncOperation.cs
- DataSetMappper.cs
- XmlWrappingReader.cs
- TemplateBindingExpressionConverter.cs
- DataSourceDesigner.cs
- Label.cs
- ServiceBehaviorElement.cs
- SoapRpcServiceAttribute.cs
- XmlElementAttribute.cs
- ImageField.cs
- ProfileEventArgs.cs
- AlternateViewCollection.cs
- ServiceNotStartedException.cs
- FormClosingEvent.cs
- HostingEnvironmentWrapper.cs
- TableColumnCollectionInternal.cs
- DoubleLinkListEnumerator.cs
- ProcessThread.cs
- xamlnodes.cs
- PseudoWebRequest.cs
- SendSecurityHeaderElement.cs
- PropertyNames.cs
- MethodBuilder.cs
- CallbackHandler.cs
- WebColorConverter.cs
- StyleCollection.cs
- ListSortDescriptionCollection.cs
- DateTimeParse.cs
- AttachmentCollection.cs
- _DomainName.cs
- ColorKeyFrameCollection.cs
- UIElementParagraph.cs
- ExcludePathInfo.cs
- SQLByte.cs
- MarkerProperties.cs
- FormViewUpdateEventArgs.cs
- MimeTypeMapper.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- SafeTokenHandle.cs
- CoTaskMemHandle.cs
- MergablePropertyAttribute.cs
- TransformerTypeCollection.cs
- EmptyEnumerator.cs
- SerialPinChanges.cs
- WindowsFormsSectionHandler.cs
- ConvertersCollection.cs
- StaticExtension.cs
- _AutoWebProxyScriptHelper.cs
- Input.cs
- xsdvalidator.cs
- CqlLexerHelpers.cs
- RemotingServices.cs
- ProjectionPathSegment.cs
- ToolStripMenuItemDesigner.cs
- ApplicationSecurityManager.cs
- GridViewColumnHeaderAutomationPeer.cs
- BitmapEffect.cs
- DataControlFieldCell.cs
- TextTreeExtractElementUndoUnit.cs
- ConnectionStringSettingsCollection.cs
- RequestTimeoutManager.cs
- PartitionedStreamMerger.cs
- ReadOnlyDataSourceView.cs
- SiteMapNode.cs
- SizeF.cs
- SqlCachedBuffer.cs
- DesignerDeviceConfig.cs
- XmlIlGenerator.cs
- OletxEnlistment.cs
- UncommonField.cs
- EventHandlerList.cs
- HorizontalAlignConverter.cs
- DNS.cs
- FontUnit.cs
- PKCS1MaskGenerationMethod.cs
- HiddenField.cs
- MissingFieldException.cs
- StaticSiteMapProvider.cs
- Hash.cs
- TCEAdapterGenerator.cs
- SqlDataSourceTableQuery.cs
- TextBoxLine.cs
- Native.cs
- CopyAttributesAction.cs
- EndpointAddress10.cs
- WinEventWrap.cs
- CmsInterop.cs
- ObjectQueryProvider.cs
- As.cs
- SessionEndingEventArgs.cs
- IsolatedStoragePermission.cs
- UnknownBitmapDecoder.cs
- ParallelQuery.cs