Windows apps
Collapse the table of content
Expand the table of content
Information
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.

TypeBuilder::DefineNestedType Method

 

Defines a nested type.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodDefineNestedType(String^)

Defines a nested type, given its name.

System_CAPS_pubmethodDefineNestedType(String^, TypeAttributes)

Defines a nested type, given its name and attributes.

System_CAPS_pubmethodDefineNestedType(String^, TypeAttributes, Type^)

Defines a nested type, given its name, attributes, and the type that it extends.

System_CAPS_pubmethodDefineNestedType(String^, TypeAttributes, Type^, Int32)

Defines a nested type, given its name, attributes, the total size of the type, and the type that it extends.

System_CAPS_pubmethodDefineNestedType(String^, TypeAttributes, Type^, PackingSize)

Defines a nested type, given its name, attributes, the type that it extends, and the packing size.

System_CAPS_pubmethodDefineNestedType(String^, TypeAttributes, Type^, PackingSize, Int32)

Defines a nested type, given its name, attributes, size, and the type that it extends.

System_CAPS_pubmethodDefineNestedType(String^, TypeAttributes, Type^, array<Type^>^)

Defines a nested type, given its name, attributes, the type that it extends, and the interfaces that it implements.

Return to top
Show:
© 2017 Microsoft