Java.Lang.Class.Modifiers Property
Returns an integer that represents the modifiers of the class represented by this Class.

Syntax

[get: Android.Runtime.Register("getModifiers", "()I", "GetGetModifiersHandler")]
public int Modifiers { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns an integer that represents the modifiers of the class represented by this Class. The returned value is a combination of bits defined by constants in the Java.Lang.Reflect.Modifier class.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1