NROperation PropertiesNReflect
The NROperation 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 propertyIsAbstract
Gets or sets if the operation is abstract.
Public propertyIsHider
Gets or sets if the operation is hiding another operation.
Public propertyIsOverride
Gets or sets if the operation is overriding another operation.
Public propertyIsSealed
Gets or sets if the operation is sealed.
Public propertyIsStatic
Gets or sets if the operation is static.
Public propertyIsVirtual
Gets or sets if the operation is virtual.
Public propertyName
Gets or sets the name of the member.
(Inherited from NRMember.)
Public propertyOperationModifier
Gets or sets the operation modifier for this operation.
Public propertyParameters
Gets a list of parameters of this operation.
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