Home
C# / CSharp Tutorial
Language Basics
Data Type
Operator
Statement
String
struct
Class
Operator Overload
delegate
Attribute
Data Structure
Assembly
Date Time
Development
File Directory Stream
Preprocessing Directives
Regular Expression
Generic
Reflection
Thread
I18N Internationalization
LINQ
GUI Windows Forms
Windows Presentation Foundation
Windows Communication Foundation
Workflow
2D
Design Patterns
Windows
XML
XML LINQ
ADO.Net
Network
Directory Services
Security
unsafe
Constructor « Reflection « C# / CSharp Tutorial
C# / CSharp Tutorial
Reflection
Constructor
19.3.Constructor
19.3.1.
Get constructor information: Display return type, name and parameters
19.3.2.
Find matching constructor
19.3.3.
Dynamically invoking constructors
19.3.4.
Utilize MyClass without assuming any prior knowledge: invoke constructor
19.3.5.
Using a ConstructorInfo to create new instance
19.3.6.
Call parent constructor from abstract class
19.3.7.
Get the ConstructorInfo object matching the specified binding flags, and displays the signature of the constructor.