This documentation is archived and is not being maintained.
TypeBuilder.GetProperties Method
Visual Studio 2010
Returns the properties defined by the current TypeBuilder.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Name | Description | |
---|---|---|
![]() |
GetProperties() | Returns all the public properties of the current Type. (Inherited from Type.) |
![]() |
GetProperties(BindingFlags) | Returns all the public and non-public properties declared or inherited by this type, as specified. (Overrides Type.GetProperties(BindingFlags).) |
Show: