Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
ConstructorInfo « Reflection « C# / C Sharp
C# / C Sharp
Reflection
ConstructorInfo
1.
Call GetConstructor to get the constructor
2.
Invoke in Constructor through ConstructorInfo
3.
Get parameter information by using ConstructorInfo and ParameterInfo
4.
ConstructorInfo Class Discovers the attributes of a class constructor
5.
Searches for a constructor whose parameters match the specified argument types and modifiers
6.
Searches for a constructor using the specified binding constraints.
7.
Get the constructor that takes an integer as a parameter.
8.
Returns all the public constructors defined for the current Type.
9.
Get Property/Constructor Info