_Type::GetNestedTypes Method
.NET Framework (current version)
Provides COM objects with version-independent access to the Type::GetNestedTypes method.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetNestedTypes() | Provides COM objects with version-independent access to the Type::GetNestedTypes method. |
![]() | GetNestedTypes(BindingFlags) | Provides COM objects with version-independent access to the Type::GetNestedTypes method, and searches for the types nested within the current Type, using the specified binding constraints. |
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The Type::GetNestedTypes method gets the types nested within the current Type.
Show:
