Type.IsVisible Property

 

Gets a value indicating whether the Type can be accessed by code outside the assembly.

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

member IsVisible : bool with get

Property Value

Type: System.Boolean

true if the current Type is a public type or a public nested type such that all the enclosing types are public; otherwise, false.

Use this property to determine whether a type is part of the public interface of a component assembly.

The following code example tests two classes, only one of which is visible outside the assembly.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: