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::DefineProperty Method
.NET Framework (current version)
Adds a new property to the type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | DefineProperty(String^, PropertyAttributes, CallingConventions, Type^, array<Type^>^) | Adds a new property to the type, with the given name, attributes, calling convention, and property signature. |
![]() | DefineProperty(String^, PropertyAttributes, CallingConventions, Type^, array<Type^>^, array<Type^>^, array<Type^>^, array<array<Type^>^>^, array<array<Type^>^>^) | Adds a new property to the type, with the given name, calling convention, property signature, and custom modifiers. |
![]() | DefineProperty(String^, PropertyAttributes, Type^, array<Type^>^) | Adds a new property to the type, with the given name and property signature. |
![]() | DefineProperty(String^, PropertyAttributes, Type^, array<Type^>^, array<Type^>^, array<Type^>^, array<array<Type^>^>^, array<array<Type^>^>^) | Adds a new property to the type, with the given name, property signature, and custom modifiers. |
Show:
