Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; public InternalsVisibleToAttribute(string assemblyName) { this._assemblyName = assemblyName; } public string AssemblyName { get { return _assemblyName; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IntPtr.cs
- PingOptions.cs
- OdbcConnectionString.cs
- LeaseManager.cs
- PagedDataSource.cs
- TemplatePropertyEntry.cs
- Timer.cs
- CardSpaceShim.cs
- GeneralTransform3DTo2D.cs
- XsdDataContractImporter.cs
- Binding.cs
- UnsafeNativeMethods.cs
- DSGeneratorProblem.cs
- ResXFileRef.cs
- DifferencingCollection.cs
- DataExpression.cs
- SmtpReplyReader.cs
- ConfigurationPropertyAttribute.cs
- PtsPage.cs
- _SingleItemRequestCache.cs
- DataTableNewRowEvent.cs
- RepeaterItemCollection.cs
- FaultPropagationRecord.cs
- BaseUriHelper.cs
- EntityUtil.cs
- CharacterBuffer.cs
- XappLauncher.cs
- PageAsyncTask.cs
- KeyedHashAlgorithm.cs
- EncoderParameters.cs
- SessionEndingEventArgs.cs
- RelationshipEndMember.cs
- StateMachineSubscriptionManager.cs
- SymbolTable.cs
- HwndKeyboardInputProvider.cs
- ProfileModule.cs
- XmlMtomReader.cs
- Int16Animation.cs
- SyncMethodInvoker.cs
- ThreadAbortException.cs
- KeyboardNavigation.cs
- SqlDataSourceSelectingEventArgs.cs
- SyndicationElementExtensionCollection.cs
- HttpRequest.cs
- PropertyConverter.cs
- MouseBinding.cs
- TableLayout.cs
- PathFigure.cs
- EnumValAlphaComparer.cs
- WorkflowRuntimeServiceElementCollection.cs
- DbDataAdapter.cs
- Int32Collection.cs
- TreeViewDataItemAutomationPeer.cs
- DocumentViewerAutomationPeer.cs
- TaskFileService.cs
- DataObjectEventArgs.cs
- SQLByteStorage.cs
- DesignerOptionService.cs
- AutoFocusStyle.xaml.cs
- WrappedIUnknown.cs
- PersonalizableTypeEntry.cs
- WindowsListViewGroupSubsetLink.cs
- QueryResponse.cs
- Internal.cs
- remotingproxy.cs
- ExpressionList.cs
- AddInServer.cs
- OleDbConnection.cs
- ProfileProvider.cs
- InstancePersistenceCommand.cs
- CardSpaceException.cs
- RecordBuilder.cs
- AppDomainShutdownMonitor.cs
- PropertyGridCommands.cs
- DragEventArgs.cs
- InstalledVoice.cs
- FormViewPagerRow.cs
- SessionEndingCancelEventArgs.cs
- DiscardableAttribute.cs
- IncrementalReadDecoders.cs
- BitmapEffectGroup.cs
- SafeTokenHandle.cs
- DataObjectAttribute.cs
- PeerCollaborationPermission.cs
- UDPClient.cs
- PanelDesigner.cs
- KnownTypesProvider.cs
- BuiltInExpr.cs
- MatrixKeyFrameCollection.cs
- EmbeddedMailObjectsCollection.cs
- securitymgrsite.cs
- TextBox.cs
- XmlSchemaProviderAttribute.cs
- IpcManager.cs
- HandleRef.cs
- Calendar.cs
- RectKeyFrameCollection.cs
- AsyncPostBackTrigger.cs
- HeaderCollection.cs
- HttpValueCollection.cs