1.

Which Class Has Significant Importance For Reflection?

Answer»

The System. Type class is CENTRAL to reflection. The COMMON language runtime creates the Type for a loaded type when reflection REQUESTS it. You can use a Type object's methods, fields, properties, and nested classes to FIND out EVERYTHING about that type.

The System. Type class is central to reflection. The common language runtime creates the Type for a loaded type when reflection requests it. You can use a Type object's methods, fields, properties, and nested classes to find out everything about that type.



Discussion

No Comment Found