Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ListBindableAttribute.cs
- TerminatorSinks.cs
- WebResponse.cs
- RulePatternOps.cs
- CursorInteropHelper.cs
- HttpCacheParams.cs
- InvalidDocumentContentsException.cs
- CopyCodeAction.cs
- ConstNode.cs
- Component.cs
- WebBrowserHelper.cs
- TreeViewItem.cs
- FontDriver.cs
- TypeDescriptionProvider.cs
- EntitySqlQueryCacheKey.cs
- SystemInfo.cs
- RawTextInputReport.cs
- CollectionChangeEventArgs.cs
- FreezableOperations.cs
- MeshGeometry3D.cs
- InertiaRotationBehavior.cs
- BindingsCollection.cs
- PassportAuthenticationModule.cs
- CombinedGeometry.cs
- COM2ComponentEditor.cs
- RoleService.cs
- ProcessHostMapPath.cs
- Polygon.cs
- DescriptionCreator.cs
- TextDpi.cs
- RawAppCommandInputReport.cs
- TextContainerHelper.cs
- RtType.cs
- TextEditorTables.cs
- SizeConverter.cs
- ConfigXmlWhitespace.cs
- DataShape.cs
- ArrayWithOffset.cs
- TypeDependencyAttribute.cs
- OLEDB_Enum.cs
- PeerNameResolver.cs
- DateTimeParse.cs
- DaylightTime.cs
- RemotingAttributes.cs
- XPathEmptyIterator.cs
- EventlogProvider.cs
- AdRotator.cs
- XmlSchemaSimpleTypeUnion.cs
- LoginViewDesigner.cs
- ModuleConfigurationInfo.cs
- RunWorkerCompletedEventArgs.cs
- TabControlCancelEvent.cs
- JsonFormatGeneratorStatics.cs
- SqlDataReaderSmi.cs
- LoadWorkflowByKeyAsyncResult.cs
- PrimitiveXmlSerializers.cs
- SecurityPermission.cs
- FrameworkTextComposition.cs
- CardSpaceShim.cs
- DynamicValidatorEventArgs.cs
- SectionRecord.cs
- AccessDataSource.cs
- BaseInfoTable.cs
- DataGridViewCellParsingEventArgs.cs
- SByteStorage.cs
- TCEAdapterGenerator.cs
- PropertyGroupDescription.cs
- IdnElement.cs
- DataView.cs
- DaylightTime.cs
- TablePattern.cs
- XmlSerializerSection.cs
- XmlTextReaderImplHelpers.cs
- ValidationManager.cs
- CallContext.cs
- IconHelper.cs
- SliderAutomationPeer.cs
- AssertFilter.cs
- TextRunProperties.cs
- DataTableMapping.cs
- ContextProperty.cs
- Base64Decoder.cs
- XmlCompatibilityReader.cs
- SmtpSection.cs
- ConfigXmlWhitespace.cs
- XmlExtensionFunction.cs
- QilTernary.cs
- InkSerializer.cs
- UidManager.cs
- Int32RectValueSerializer.cs
- EditingCoordinator.cs
- UrlRoutingModule.cs
- GenerateTemporaryTargetAssembly.cs
- ObjectSecurityT.cs
- XmlSchemaSimpleContentRestriction.cs
- Schema.cs
- CfgRule.cs
- UdpChannelFactory.cs
- ContainerVisual.cs
- WebPartAuthorizationEventArgs.cs