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
- Graphics.cs
- RawStylusSystemGestureInputReport.cs
- Stack.cs
- NameScope.cs
- InstalledFontCollection.cs
- RequestUriProcessor.cs
- AuthenticatedStream.cs
- SectionVisual.cs
- StrongNameHelpers.cs
- XmlSchemaSimpleContent.cs
- ServiceModelExtensionElement.cs
- ExcCanonicalXml.cs
- GACIdentityPermission.cs
- SafeEventLogReadHandle.cs
- KeyNotFoundException.cs
- Formatter.cs
- TextEffectResolver.cs
- ZipIOBlockManager.cs
- BindingContext.cs
- StringResourceManager.cs
- FixedSOMLineRanges.cs
- ReachUIElementCollectionSerializerAsync.cs
- PermissionAttributes.cs
- ListBindingHelper.cs
- DataSourceHelper.cs
- MimeMapping.cs
- OdbcConnectionHandle.cs
- PropertyEntry.cs
- CodeNamespace.cs
- WorkflowRuntimeElement.cs
- DataViewManagerListItemTypeDescriptor.cs
- BezierSegment.cs
- SliderAutomationPeer.cs
- PropertyValueUIItem.cs
- SymLanguageType.cs
- PriorityQueue.cs
- WebPartCancelEventArgs.cs
- COAUTHIDENTITY.cs
- EventSetter.cs
- Matrix3D.cs
- TableLayoutColumnStyleCollection.cs
- CategoryGridEntry.cs
- OlePropertyStructs.cs
- HandleCollector.cs
- PackWebResponse.cs
- LoggedException.cs
- GroupQuery.cs
- SerializationAttributes.cs
- DataStreamFromComStream.cs
- XmlSchemaSimpleTypeUnion.cs
- ContainerUIElement3D.cs
- Int32Collection.cs
- ListenerElementsCollection.cs
- Logging.cs
- parserscommon.cs
- IdentifierCollection.cs
- UInt64Storage.cs
- ClrPerspective.cs
- Soap12FormatExtensions.cs
- PostBackOptions.cs
- AddressHeaderCollectionElement.cs
- ParseNumbers.cs
- DataGridViewCellStyleConverter.cs
- Event.cs
- DataBinding.cs
- IsolatedStorageException.cs
- HttpHeaderCollection.cs
- ColorTransform.cs
- InlineObject.cs
- VersionedStreamOwner.cs
- StylusDevice.cs
- Facet.cs
- SpecularMaterial.cs
- COM2IPerPropertyBrowsingHandler.cs
- coordinator.cs
- TPLETWProvider.cs
- HorizontalAlignConverter.cs
- TableFieldsEditor.cs
- OdbcUtils.cs
- ZipIOExtraFieldZip64Element.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- HandlerMappingMemo.cs
- dtdvalidator.cs
- ObjectTypeMapping.cs
- smtppermission.cs
- WindowsUpDown.cs
- Border.cs
- SynchronizedPool.cs
- EventPrivateKey.cs
- ObjectStateEntryDbDataRecord.cs
- ImageDrawing.cs
- Encoder.cs
- ChameleonKey.cs
- BuildResult.cs
- NativeRightsManagementAPIsStructures.cs
- EdmSchemaAttribute.cs
- TraceSection.cs
- InvalidBodyAccessException.cs
- MatrixAnimationUsingKeyFrames.cs
- DBNull.cs