Java.Lang.Reflect.IMember Members

The members of Java.Lang.Reflect.IMember are listed below.

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.