Mono Class Library: System.Runtime.CompilerServices.InternalsVisibleToAttribute Overview | Members

System.Runtime.CompilerServices.InternalsVisibleToAttribute Constructor

Documentation for this section has not yet been entered.

public InternalsVisibleToAttribute (string assemblyName)

Parameters

assemblyName
The assembly name, this must include the Public Key. See the class documentation for an example.

Remarks

Allows the specified assembly to have access to the internal classes and members of this assembly.

Requirements

Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0