Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Runtime / CompilerServices / InternalsVisibleToAttribute.cs / 2 / 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
- PopOutPanel.cs
- PropertyGrid.cs
- StructuredTypeEmitter.cs
- StyleCollection.cs
- TableParagraph.cs
- ArrayTypeMismatchException.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- StructuredProperty.cs
- ListBoxChrome.cs
- Rfc4050KeyFormatter.cs
- ValidationHelpers.cs
- StackOverflowException.cs
- SqlTypesSchemaImporter.cs
- SudsCommon.cs
- HttpCachePolicyBase.cs
- PeerEndPoint.cs
- ConfigurationManagerInternal.cs
- HtmlContainerControl.cs
- HttpCacheVary.cs
- FileResponseElement.cs
- SoapReflectionImporter.cs
- TimersDescriptionAttribute.cs
- brushes.cs
- SourceCollection.cs
- FixedNode.cs
- DispatcherHooks.cs
- Mapping.cs
- RealizationContext.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- TypeReference.cs
- CurrentTimeZone.cs
- FixedPageProcessor.cs
- ComplexTypeEmitter.cs
- CdpEqualityComparer.cs
- WriteFileContext.cs
- LogSwitch.cs
- ChangeConflicts.cs
- FunctionQuery.cs
- SystemIPv6InterfaceProperties.cs
- EntityProviderFactory.cs
- RtfNavigator.cs
- RegexCompilationInfo.cs
- UserMapPath.cs
- SerializationObjectManager.cs
- OneOfElement.cs
- ThicknessConverter.cs
- AsyncOperationManager.cs
- FieldDescriptor.cs
- Geometry.cs
- XPathNavigatorReader.cs
- PagesChangedEventArgs.cs
- DataServiceContext.cs
- DropShadowEffect.cs
- SoapFormatterSinks.cs
- DesignerAttributeInfo.cs
- WhitespaceRule.cs
- CommandValueSerializer.cs
- Tablet.cs
- TypeInfo.cs
- ContentPlaceHolder.cs
- CodeAttributeDeclarationCollection.cs
- DSASignatureDeformatter.cs
- DesignBindingPicker.cs
- PageRanges.cs
- SspiNegotiationTokenAuthenticator.cs
- SafeHandle.cs
- Stacktrace.cs
- HostingEnvironment.cs
- SQLRoleProvider.cs
- SignatureHelper.cs
- SingleSelectRootGridEntry.cs
- ProcessInputEventArgs.cs
- ToolStripRenderer.cs
- RolePrincipal.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- TextBox.cs
- FontFamily.cs
- SerializeAbsoluteContext.cs
- EmptyEnumerable.cs
- UrlMappingsSection.cs
- MarshalByValueComponent.cs
- DeferredRunTextReference.cs
- Privilege.cs
- BounceEase.cs
- RootAction.cs
- ImageKeyConverter.cs
- InputLangChangeEvent.cs
- WebHostScriptMappingsInstallComponent.cs
- EntryWrittenEventArgs.cs
- ValueSerializerAttribute.cs
- DataGridPagerStyle.cs
- EncodingFallbackAwareXmlTextWriter.cs
- GlyphRunDrawing.cs
- filewebrequest.cs
- SessionStateSection.cs
- FatalException.cs
- EntityParameter.cs
- GradientBrush.cs
- XamlFilter.cs
- CultureTableRecord.cs