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, Type()) | Adds a new property to the type, with the given name, attributes, calling convention, and property signature. |
![]() | DefineProperty(String, PropertyAttributes, CallingConventions, Type, Type(), Type(), Type(), Type()(), Type()()) | Adds a new property to the type, with the given name, calling convention, property signature, and custom modifiers. |
![]() | DefineProperty(String, PropertyAttributes, Type, Type()) | Adds a new property to the type, with the given name and property signature. |
![]() | DefineProperty(String, PropertyAttributes, Type, Type(), Type(), Type(), Type()(), Type()()) | Adds a new property to the type, with the given name, property signature, and custom modifiers. |
Show:
