ExplicitGcViolation 类

定义

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

[Android.Runtime.Register("android/os/strictmode/ExplicitGcViolation", ApiSince=34, DoNotGenerateAcw=true)]
public sealed class ExplicitGcViolation : Android.OS.Strictmode.Violation
[<Android.Runtime.Register("android/os/strictmode/ExplicitGcViolation", ApiSince=34, DoNotGenerateAcw=true)>]
type ExplicitGcViolation = class
    inherit Violation
继承
ExplicitGcViolation
属性

注解

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

适用于 . 的 android.os.strictmode.ExplicitGcViolationJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

字段

is_generated

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)

属性

Cause

返回此可引发的原因,或者 null 原因不存在或未知。

(继承自 Throwable)
Class

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
Handle

基础 Android 实例的句柄。

(继承自 Throwable)
JniIdentityHashCode

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
JniPeerMembers

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

LocalizedMessage

创建此可引发的本地化说明。

(继承自 Throwable)
Message

返回此可引发的详细信息消息字符串。

(继承自 Throwable)
PeerReference

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
StackTrace

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
ThresholdClass

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Violation)
ThresholdType

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Violation)

方法

AddSuppressed(Throwable)

将指定的异常追加到取消的异常,以便传递此异常。

(继承自 Throwable)
Dispose()

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
Dispose(Boolean)

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
FillInStackTrace()

填充执行堆栈跟踪。

(继承自 Throwable)
GetStackTrace()

提供对打印的 #printStackTrace()堆栈跟踪信息的编程访问。

(继承自 Throwable)
GetSuppressed()

返回一个数组,其中包含禁止显示的所有异常,通常是由 try-with-resources 语句为了传递此异常。

(继承自 Throwable)
InitCause(Throwable)

初始化 此可引发到指定值的原因

(继承自 Throwable)
PrintStackTrace()

打印此可引发结果及其回溯到标准错误流。

(继承自 Throwable)
PrintStackTrace(PrintStream)

打印此可引发的输出及其回溯到指定的打印流。

(继承自 Throwable)
PrintStackTrace(PrintWriter)

打印此可引发结果及其回溯到指定的打印编写器。

(继承自 Throwable)
SetHandle(IntPtr, JniHandleOwnership)

设置 Handle 属性。

(继承自 Throwable)
SetStackTrace(StackTraceElement[])

设置将由相关方法返回 #getStackTrace() 和打印 #printStackTrace() 的堆栈跟踪元素。

(继承自 Throwable)
ToString()

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
UnregisterFromRuntime()

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)

显式接口实现

IJavaPeerable.Disposed()

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
IJavaPeerable.DisposeUnlessReferenced()

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
IJavaPeerable.Finalized()

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
IJavaPeerable.JniManagedPeerState

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
IJavaPeerable.SetJniIdentityHashCode(Int32)

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)
IJavaPeerable.SetPeerReference(JniObjectReference)

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

(继承自 Throwable)

扩展方法

JavaCast<TResult>(IJavaObject)

执行 Android 运行时检查的类型转换。

JavaCast<TResult>(IJavaObject)

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

GetJniTypeName(IJavaPeerable)

请参阅 #android.os.StrictMode.ThreadPolicy.Builder#detectExplicitGc().

适用于