Java.Lang.ClassLoader.SetClassAssertionStatus Method
Sets the assertion status of the class with the specified name.

Syntax

[Android.Runtime.Register("setClassAssertionStatus", "(Ljava/lang/String;Z)V", "GetSetClassAssertionStatus_Ljava_lang_String_ZHandler")]
public virtual void SetClassAssertionStatus (string cname, bool enable)

Parameters

cname
the name of the class for which to set the assertion status.
enable
the new assertion status.

Remarks

Sets the assertion status of the class with the specified name.

Note: This method does nothing in the Android reference implementation.

[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