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
- CheckedPointers.cs
- OracleBFile.cs
- DecoderNLS.cs
- DropDownButton.cs
- DesignerValidatorAdapter.cs
- TextEndOfParagraph.cs
- PreProcessor.cs
- WebAdminConfigurationHelper.cs
- JapaneseLunisolarCalendar.cs
- WindowsListViewGroupHelper.cs
- IdentityHolder.cs
- StringAnimationBase.cs
- filewebresponse.cs
- DecimalKeyFrameCollection.cs
- MenuItemBindingCollection.cs
- EmptyEnumerable.cs
- UserPreferenceChangedEventArgs.cs
- SqlProviderServices.cs
- SmiEventSink.cs
- DataGridViewCellStyleConverter.cs
- HttpClientProtocol.cs
- ViewManager.cs
- EntityClientCacheEntry.cs
- TranslateTransform3D.cs
- FontConverter.cs
- WebPartEditorApplyVerb.cs
- UpDownEvent.cs
- SignedXmlDebugLog.cs
- KeyValueConfigurationCollection.cs
- PropertyPathConverter.cs
- FacetChecker.cs
- TouchesCapturedWithinProperty.cs
- BitStream.cs
- NativeCompoundFileAPIs.cs
- ObjectDataProvider.cs
- ServiceAuthorizationBehavior.cs
- WebConfigurationFileMap.cs
- DetailsViewUpdatedEventArgs.cs
- StaticDataManager.cs
- PagedDataSource.cs
- NullableIntAverageAggregationOperator.cs
- OdbcParameterCollection.cs
- AttributeCollection.cs
- GenericWebPart.cs
- RequestDescription.cs
- DoubleIndependentAnimationStorage.cs
- ReadOnlyDataSourceView.cs
- Int32CollectionValueSerializer.cs
- SecurityException.cs
- DocumentCollection.cs
- DataGridViewSelectedRowCollection.cs
- Collection.cs
- SqlCommand.cs
- LowerCaseStringConverter.cs
- XPathBinder.cs
- QueryPageSettingsEventArgs.cs
- Label.cs
- VectorAnimation.cs
- WizardPanelChangingEventArgs.cs
- TypeGeneratedEventArgs.cs
- StringUtil.cs
- SafeEventLogWriteHandle.cs
- AppAction.cs
- FixedSOMTable.cs
- ConstraintStruct.cs
- SQLStringStorage.cs
- WebBrowser.cs
- Rectangle.cs
- QilStrConcat.cs
- SplitterEvent.cs
- CapacityStreamGeometryContext.cs
- ConfigXmlText.cs
- CacheEntry.cs
- AspNetSynchronizationContext.cs
- DataContractSerializerSection.cs
- PolyQuadraticBezierSegment.cs
- CompModSwitches.cs
- SamlSubject.cs
- ImageFormatConverter.cs
- TextShapeableCharacters.cs
- PenCursorManager.cs
- SqlParameter.cs
- linebase.cs
- DivideByZeroException.cs
- OptionUsage.cs
- OutputWindow.cs
- SerializationInfo.cs
- EntityClassGenerator.cs
- ProxyGenerator.cs
- PlatformNotSupportedException.cs
- CellParaClient.cs
- ReaderWriterLockSlim.cs
- DeploymentSectionCache.cs
- BinHexEncoder.cs
- DecimalAnimationUsingKeyFrames.cs
- ReferenceService.cs
- BamlLocalizer.cs
- LinkLabel.cs
- ServiceReference.cs
- XmlWrappingReader.cs