4#include "system/enum_helpers.h"
6namespace System {
namespace Reflection {
59DECLARE_USING_GLOBAL_OPERATORS
Reflection class describing assembly. Support is limited as the rules are quite different between C# ...
Definition: assembly.h:21
Definition: stack_frame.h:13
@ Public
Look through public members.
@ Static
Look through static members.
FieldAttributes
Reflected field attributes.
Definition: field_attributes.h:10
@ ReservedMask
Reserved flags for runtime use only.
@ FamANDAssem
Private and assembly-scoped members.
@ FieldAccessMask
Member access mask. Use this mask to retrieve accessibility information.
@ PrivateScope
Non-referancable members.
@ FamORAssem
Members accessible by type, sub-types and assembly.
@ Private
Private members.
@ PinvokeImpl
Interop forwarded implementation.
@ RTSpecialName
Runtim eshould check name encoding.
@ HasFieldMarshal
Marshalling information is present.
@ NotSerialized
Not serialized members.
@ HasDefault
Default value is present.
@ Family
Members accessible by type and subtypes.
@ SpecialName
Special field of one of the below names.
@ HasFieldRVA
RVA is present.
@ InitOnly
Const members that can only be initialized but not changed.
Definition: db_command.h:9