namespace Reflection

in global :: System

This namespace contains:

class AssemblyFileVersionAttribute Instructs a compiler to use a specific version number for the Win32 file version resource. The Win32 file version is not required to be the same as the assembly's version number.
class AssemblyMetadataAttribute Defines a key/value metadata pair for the decorated assembly.
struct BindingFlags Specifies flags that control binding and the way in which the search for members and types is conducted by reflection.
class CustomAttributeData Provides access to custom attribute data for assemblies, modules, types, members and parameters that are loaded into the reflection-only context.
class CustomAttributeExtensions Contains static methods for retrieving custom attributes.
struct CustomAttributeNamedArgument Represents a named argument of a custom attribute in the reflection-only context.
struct CustomAttributeTypedArgument Represents an argument of a custom attribute in the reflection-only context, or an element of an array argument.
class DefaultMemberAttribute Defines the member of a type that is the default member used by .
interface ICustomAttributeProvider Provides custom attributes for reflection objects that support them.
class MemberInfo Obtains information about the attributes of a member and provides access to member metadata.
class MethodInfo Discovers the attributes of a method and provides access to method metadata.
class ParameterInfo Discovers the attributes of a parameter and provides access to parameter metadata.
class PropertyInfo Discovers the attributes of a property and provides access to property metadata.