NRField PropertiesNReflect
The NRField type exposes the following members.
Properties

  NameDescription
Public propertyAccessModifier
Gets or sets the access modifier for this type.
(Inherited from NRMember.)
Public propertyAttributes
Gets a list of attributes of the member.
(Inherited from NRMember.)
Public propertyFieldModifier
Gets or sets the field modifier for this field.
Public propertyInitialValue
Gets or sets the initial value of this field.
Public propertyIsConstant
Gets or sets if the field is a constant.
Public propertyIsHider
Gets or sets if the field is a hider.
Public propertyIsReadonly
Gets or sets if the field is readonly.
Public propertyIsStatic
Gets or sets if the field is static.
Public propertyIsVolatile
Gets or sets if the field is volatile.
Public propertyName
Gets or sets the name of the member.
(Inherited from NRMember.)
Public propertyType
Gets or sets the type of the member.
(Inherited from NRMember.)
Public propertyTypeFullName
Gets or sets the full name of the type.
(Inherited from NRMember.)
Back to Top
See Also