Share via


InternalsVisibleToAttribute Class

Specifies that types that are ordinarily visible only within the current assembly are visible to another assembly.

Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)

Syntax

[AttributeUsageAttribute(1)]
public sealed class InternalsVisibleToAttribute : Attribute

Remarks

This attribute applies to internal types in C#.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

InternalsVisibleToAttribute Members
System.Runtime.CompilerServices Namespace