.NET reflection class

C53252
concept

A .NET reflection class represents a type or member at runtime, providing metadata inspection and dynamic invocation capabilities such as examining assemblies, types, methods, properties, and attributes.

All labels observed (1)

Label Occurrences
.NET reflection class canonical 2

Description generation (CDg)

The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.

Instruction
generate a one-sentence description for a given conceptual class.
# Response Format
Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: .NET reflection class
Generated description
A .NET reflection class represents a type or member at runtime, providing metadata inspection and dynamic invocation capabilities such as examining assemblies, types, methods, properties, and attributes.

Instances (2)

Instance Via concept surface
System.Reflection.FieldInfo
System.Reflection.PropertyInfo