The properties of Java.Lang.Reflect.IMember are listed below. For a list of all members, see the IMember Members list.
[read-only] | DeclaringClass | Java.Lang.Class. Returns the class that declares this member. |
[read-only] | IsSynthetic | bool. Indicates whether or not this member is synthetic (artificially introduced by the compiler). |
[read-only] | Modifiers | int. Returns the modifiers for this member. |
[read-only] | Name | string. Returns the name of this member. |