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
- PrivateFontCollection.cs
- LiteralLink.cs
- RuntimeConfig.cs
- ObjectViewEntityCollectionData.cs
- streamingZipPartStream.cs
- UriScheme.cs
- HttpProfileBase.cs
- CDSsyncETWBCLProvider.cs
- CodeCatchClauseCollection.cs
- Set.cs
- AmbientLight.cs
- MessageBox.cs
- WindowsListViewGroup.cs
- SmiRecordBuffer.cs
- CustomSignedXml.cs
- AppDomain.cs
- ClusterSafeNativeMethods.cs
- HMACMD5.cs
- GridViewUpdatedEventArgs.cs
- AsyncOperation.cs
- EntityDataSourceConfigureObjectContext.cs
- WriteableBitmap.cs
- SafeRegistryHandle.cs
- TdsParserHelperClasses.cs
- ExceptionHandlers.cs
- DbgUtil.cs
- GenericTextProperties.cs
- figurelength.cs
- AttributeData.cs
- ToggleButton.cs
- FixedFindEngine.cs
- BuilderPropertyEntry.cs
- UdpUtility.cs
- SqlDataSourceSelectingEventArgs.cs
- Decoder.cs
- PolicyAssertionCollection.cs
- DeploymentExceptionMapper.cs
- GeneralTransform.cs
- EnterpriseServicesHelper.cs
- ButtonColumn.cs
- Command.cs
- SettingsProviderCollection.cs
- HandleCollector.cs
- StringExpressionSet.cs
- AttributeUsageAttribute.cs
- BooleanProjectedSlot.cs
- SpellCheck.cs
- VectorCollectionValueSerializer.cs
- HelpInfo.cs
- UnionQueryOperator.cs
- ScriptControlManager.cs
- TemplateControlCodeDomTreeGenerator.cs
- MaskInputRejectedEventArgs.cs
- ToolStripDropDown.cs
- StringCollection.cs
- AdapterUtil.cs
- TaiwanCalendar.cs
- HttpRequest.cs
- TrackingMemoryStream.cs
- InvalidProgramException.cs
- Errors.cs
- ByteStorage.cs
- DictionaryMarkupSerializer.cs
- BindingList.cs
- MultilineStringConverter.cs
- ConnectorMovedEventArgs.cs
- ArrayWithOffset.cs
- SettingsAttributeDictionary.cs
- WorkingDirectoryEditor.cs
- WeakReferenceList.cs
- ResolveMatchesMessageCD1.cs
- Highlights.cs
- PersonalizableTypeEntry.cs
- BindingCollectionElement.cs
- ChameleonKey.cs
- Attributes.cs
- LinqDataSourceHelper.cs
- WindowsFormsLinkLabel.cs
- FormViewRow.cs
- SQLStringStorage.cs
- HealthMonitoringSectionHelper.cs
- SystemIcmpV4Statistics.cs
- Substitution.cs
- CollectionBase.cs
- TranslateTransform3D.cs
- HasCopySemanticsAttribute.cs
- RevocationPoint.cs
- SchemaTableOptionalColumn.cs
- SqlProviderServices.cs
- MultipartIdentifier.cs
- storepermission.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- Int32RectValueSerializer.cs
- CommandPlan.cs
- SplineKeyFrames.cs
- WriterOutput.cs
- BaseParaClient.cs
- DbgCompiler.cs
- SQLMembershipProvider.cs
- CompiledRegexRunner.cs