NRProperty PropertiesNReflect
The NRProperty 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 propertyGetterModifier
Gets or sets the access modifier for the getter.
Public propertyHasGetter
Gets or sets a value indicating if the property has a get method.
Public propertyHasSetter
Gets or sets a value indicating if the property has a set method.
Public propertyIsAbstract
Gets or sets if the operation is abstract.
(Inherited from NROperation.)
Public propertyIsHider
Gets or sets if the operation is hiding another operation.
(Inherited from NROperation.)
Public propertyIsOverride
Gets or sets if the operation is overriding another operation.
(Inherited from NROperation.)
Public propertyIsSealed
Gets or sets if the operation is sealed.
(Inherited from NROperation.)
Public propertyIsStatic
Gets or sets if the operation is static.
(Inherited from NROperation.)
Public propertyIsVirtual
Gets or sets if the operation is virtual.
(Inherited from NROperation.)
Public propertyName
Gets or sets the name of the member.
(Inherited from NRMember.)
Public propertyOperationModifier
Gets or sets the operation modifier for this operation.
(Inherited from NROperation.)
Public propertyParameters
Gets a list of parameters of this operation.
(Inherited from NROperation.)
Public propertySetterModifier
Gets or sets the access modifier for the setter.
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