TypeBuilder::DefineNestedType Method
.NET Framework (current version)
Defines a nested type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | DefineNestedType(String^) | Defines a nested type, given its name. |
![]() | DefineNestedType(String^, TypeAttributes) | Defines a nested type, given its name and attributes. |
![]() | DefineNestedType(String^, TypeAttributes, Type^) | Defines a nested type, given its name, attributes, and the type that it extends. |
![]() | DefineNestedType(String^, TypeAttributes, Type^, Int32) | Defines a nested type, given its name, attributes, the total size of the type, and the type that it extends. |
![]() | DefineNestedType(String^, TypeAttributes, Type^, PackingSize) | Defines a nested type, given its name, attributes, the type that it extends, and the packing size. |
![]() | DefineNestedType(String^, TypeAttributes, Type^, PackingSize, Int32) | Defines a nested type, given its name, attributes, size, and the type that it extends. |
![]() | DefineNestedType(String^, TypeAttributes, Type^, array<Type^>^) | Defines a nested type, given its name, attributes, the type that it extends, and the interfaces that it implements. |
Show:
