This topic has not yet been rated - Rate this topic

TypeBuilder.GetConstructors Method

Returns the constructors 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
Public method GetConstructors() Returns all the public constructors defined for the current Type. (Inherited from Type.)
Public method GetConstructors(BindingFlags) Returns an array of ConstructorInfo objects representing the public and non-public constructors defined for this class, as specified. (Overrides Type.GetConstructors(BindingFlags).)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.