TypeBuilder.DefineProperty Method
.NET Framework 3.5
Adds a new property to the 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 | |
|---|---|---|
|
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. |
|
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. |