TypeBuilder.DefineNestedType Method
.NET Framework 3.5
Defines a nested type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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, Type[]) | Defines a nested type, given its name, attributes, the type that it extends, and the interfaces that it implements. |