Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- TypePropertyEditor.cs
- ToolStripLocationCancelEventArgs.cs
- EventManager.cs
- NativeCppClassAttribute.cs
- ClickablePoint.cs
- XmlSerializableWriter.cs
- FlowDocumentFormatter.cs
- CornerRadius.cs
- RealizationDrawingContextWalker.cs
- dbenumerator.cs
- EdmRelationshipRoleAttribute.cs
- SystemIPGlobalStatistics.cs
- BaseCAMarshaler.cs
- CacheOutputQuery.cs
- GlobalizationSection.cs
- DNS.cs
- PartialTrustVisibleAssembly.cs
- VisualBasicSettings.cs
- followingsibling.cs
- ConnectionsZone.cs
- TextWriterTraceListener.cs
- TextAutomationPeer.cs
- MemoryRecordBuffer.cs
- StyleBamlTreeBuilder.cs
- DoubleAverageAggregationOperator.cs
- RenderingBiasValidation.cs
- DataPagerField.cs
- NetWebProxyFinder.cs
- MsmqBindingFilter.cs
- DesignerValidationSummaryAdapter.cs
- DocumentOrderComparer.cs
- ArraySegment.cs
- RegexMatch.cs
- DataError.cs
- X509ThumbprintKeyIdentifierClause.cs
- PropertyValueChangedEvent.cs
- X509IssuerSerialKeyIdentifierClause.cs
- ReachDocumentReferenceCollectionSerializer.cs
- EditingCoordinator.cs
- UIElement3D.cs
- DataStreamFromComStream.cs
- FlowLayout.cs
- QilNode.cs
- QuaternionAnimation.cs
- XmlHierarchicalEnumerable.cs
- XhtmlConformanceSection.cs
- FilteredAttributeCollection.cs
- ControllableStoryboardAction.cs
- SqlBuffer.cs
- Rect.cs
- MSHTMLHost.cs
- CurrentChangingEventManager.cs
- MasterPageBuildProvider.cs
- _SpnDictionary.cs
- Journal.cs
- PropertyRecord.cs
- LineInfo.cs
- PointConverter.cs
- Floater.cs
- Solver.cs
- PointConverter.cs
- DynamicValidatorEventArgs.cs
- GradientStop.cs
- glyphs.cs
- CodeConstructor.cs
- DataObjectMethodAttribute.cs
- RemoteWebConfigurationHostServer.cs
- BaseUriHelper.cs
- TextUtf8RawTextWriter.cs
- OperationFormatUse.cs
- PowerModeChangedEventArgs.cs
- HttpCookie.cs
- TextBounds.cs
- NumericUpDownAcceleration.cs
- CellTreeNode.cs
- WebUtil.cs
- EntityDataReader.cs
- FamilyTypefaceCollection.cs
- ResolveMatchesMessage11.cs
- DependencyPropertyChangedEventArgs.cs
- DataGridBoolColumn.cs
- SiteMap.cs
- SqlIdentifier.cs
- Inline.cs
- GeometryModel3D.cs
- ImageMapEventArgs.cs
- BaseResourcesBuildProvider.cs
- MouseCaptureWithinProperty.cs
- HwndStylusInputProvider.cs
- Panel.cs
- SecurityHelper.cs
- ChannelSinkStacks.cs
- ObjectDataSource.cs
- StylusOverProperty.cs
- PrintController.cs
- HtmlButton.cs
- DecoderFallback.cs
- QilXmlReader.cs
- HostedTransportConfigurationBase.cs
- NotImplementedException.cs