Classes | |
class | Assembly |
class | AssemblyName |
class | AssemblyTypeRegistration |
class | AssemblyTypeRegistrationBase |
Base type for singletons to register type in executing assembly. More... | |
class | ConstructorInfo |
Provides access to constructor metadata. More... | |
class | Details_ReflectionTypeLoadException |
class | Details_TargetInvocationException |
class | FieldInfo |
Discovers the attributes of a field and provides access to field metadata. More... | |
class | MemberInfo |
class | MethodBase |
class | MethodInfo |
Represents information on class method. More... | |
class | PropertyInfo |
Represents property information. More... | |
Functions | |
DECLARE_ENUM_OPERATORS (System::Reflection::BindingFlags) | |
Allows bitwise logic on BindingFlags enum. More... | |
DECLARE_ENUM_OPERATORS (System::Reflection::FieldAttributes) | |
Allows bitwise logic on enum. More... | |
DECLARE_ENUM_OPERATORS (System::Reflection::MemberTypes) | |
Variables | |
const System::String | CURRENT_NAMESPACE = System::String(u"System" ).IsEmpty() ? System::String(u"Reflection" ) : System::String(u"System" "::" u"Reflection" ) |
using System::Reflection::ReflectionTypeLoadException = typedef System::ExceptionWrapper<Details_ReflectionTypeLoadException > |
using System::Reflection::TargetInvocationException = typedef System::ExceptionWrapper<Details_TargetInvocationException > |
|
strong |
Degines members and types lookup modes and bindings.
|
strong |
Reflected field attributes.
|
strong |
Marks each type of member.
System::Reflection::DECLARE_ENUM_OPERATORS | ( | System::Reflection::MemberTypes | ) |
System::Reflection::DECLARE_ENUM_OPERATORS | ( | System::Reflection::BindingFlags | ) |
Allows bitwise logic on BindingFlags enum.
System::Reflection::DECLARE_ENUM_OPERATORS | ( | System::Reflection::FieldAttributes | ) |
Allows bitwise logic on enum.
const System::String System::Reflection::CURRENT_NAMESPACE = System::String(u"System" ).IsEmpty() ? System::String(u"Reflection" ) : System::String(u"System" "::" u"Reflection" ) |