InternalsVisibleToAttribute Class
Assembly: mscorlib (in mscorlib.dll)
[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple=true, Inherited=false)] public ref class InternalsVisibleToAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=true, Inherited=false) */ public final class InternalsVisibleToAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=true, Inherited=false) public final class InternalsVisibleToAttribute extends Attribute
Note |
|---|
| In the .NET Framework version 2.0, Visual Basic does not support the use of this attribute. |
Apply this attribute at the assembly level to specify that all nonpublic types in that assembly are visible to another assembly. For more information, see Friend Assemblies (C# Programming Guide) or Friend Assemblies. To apply this attribute to a strong-named assembly, you must know the hexadecimal string that represents the public key of the friend assembly.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note