The properties of Java.Lang.Reflect.Constructor are listed below. For a list of all members, see the Constructor Members list.
See Also: Inherited members from Java.Lang.Reflect.AccessibleObject
[read-only] | DeclaringClass | Java.Lang.Class. Returns the class that declares this constructor. |
[read-only] | IsSynthetic | bool. Returns true if this constructor is synthetic (artificially introduced by the compiler). |
[read-only] | IsVarArgs | bool. Returns true if this constructor takes a variable number of arguments. |
[read-only] | Modifiers | int. Returns the modifiers for this constructor. |
[read-only] | Name | string. Returns the name of this constructor. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |