Java.Lang.Reflect.Constructor: Property Members

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

Public Properties

[read-only]
DeclaringClassJava.Lang.Class. Returns the class that declares this constructor.
[read-only]
IsSyntheticbool. Returns true if this constructor is synthetic (artificially introduced by the compiler).
[read-only]
IsVarArgsbool. Returns true if this constructor takes a variable number of arguments.
[read-only]
Modifiersint. Returns the modifiers for this constructor.
[read-only]
Namestring. Returns the name of this constructor.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.