The members of Java.Lang.Reflect.Constructor are listed below.
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. |
GetExceptionTypes()Returns the exception types as an array of Class instances. | ||
GetGenericExceptionTypes()Returns the exception types as an array of Type instances. | ||
GetGenericParameterTypes()Returns the generic parameter types as an array of Type instances, in declaration order. | ||
GetParameterAnnotations()Returns an array of arrays that represent the annotations of the formal parameters of this constructor. | ||
GetParameterTypes()Returns an array of the Class objects associated with the parameter types of this constructor. | ||
GetTypeParameters()Returns the declared type parameters in declaration order. | ||
NewInstance(params Java.Lang.Object[])Documentation for this section has not yet been entered. | ||
ToGenericString()Returns the string representation of the constructor's declaration, including the type parameters. |