Type::IsNestedAssembly Property
Silverlight
Gets a value indicating whether the Type is nested and visible only within its own assembly.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the Type is nested and visible only within its own assembly; otherwise, false.
If 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 declares a nested class with visibility in its own assembly, and displays its IsNestedAssembly property value.
Note: |
|---|
To run this example, see Building Examples That Use a Demo Method and a TextBlock Control. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show:
Note: