Java.Lang.Reflect.IMember: Property Members

The properties of Java.Lang.Reflect.IMember are listed below. For a list of all members, see the IMember Members list.

Public Properties

[read-only]
DeclaringClassJava.Lang.Class. Returns the class that declares this member.
[read-only]
IsSyntheticbool. Indicates whether or not this member is synthetic (artificially introduced by the compiler).
[read-only]
Modifiersint. Returns the modifiers for this member.
[read-only]
Namestring. Returns the name of this member.