The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Type::IsNestedAssembly Property
.NET Framework (current version)
Gets a value indicating whether the Type is nested and visible only within its own assembly.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the Type is nested and visible only within its own assembly; otherwise, false.
Implements
_Type::IsNestedAssemblyIf the current Type represents a type parameter of a generic type, this property always returns false.
TypeAttributes::VisibilityMask selects the visibility attributes.
The following example creates an outer class with a number of nested classes that have various types of visibility. It then retrieves the value of a number of visibility-related Type properties for the parent type and each of its nested types.
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: