RenderScript.ContextType 类

定义

ContextType 指定要创建的上下文的特定类型。

[Android.Runtime.Register("android/renderscript/RenderScript$ContextType", DoNotGenerateAcw=true)]
public sealed class RenderScript.ContextType : Java.Lang.Enum
[<Android.Runtime.Register("android/renderscript/RenderScript$ContextType", DoNotGenerateAcw=true)>]
type RenderScript.ContextType = class
    inherit Enum
继承
RenderScript.ContextType
属性

注解

ContextType 指定要创建的上下文的特定类型。

适用于 . 的 android.renderscript.RenderScript.ContextTypeJava 文档

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

属性

Class

返回此 Object的运行时类。

(继承自 Object)
Debug

调试上下文,执行额外的运行时检查,以验证内核和 API 是否按预期使用。

DeclaringClass

返回与此枚举常量枚举类型对应的 Class 对象。

(继承自 Enum)
Handle

基础 Android 实例的句柄。

(继承自 Object)
JniIdentityHashCode

ContextType 指定要创建的上下文的特定类型。

(继承自 Object)
JniPeerMembers

ContextType 指定要创建的上下文的特定类型。

Normal

NORMAL 上下文,这是默认应用以及应使用哪些发货应用。

PeerReference

ContextType 指定要创建的上下文的特定类型。

(继承自 Object)
Profile

配置文件上下文,旨在首次在新设备上运行应用程序时使用。

ThresholdClass

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

(继承自 Enum)
ThresholdType

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

(继承自 Enum)

方法

Clone()

引发 CloneNotSupportedException。

(继承自 Enum)
CompareTo(Object)

将此枚举与指定对象的顺序进行比较。

(继承自 Enum)
Dispose()

ContextType 指定要创建的上下文的特定类型。

(继承自 Object)
Dispose(Boolean)

ContextType 指定要创建的上下文的特定类型。

(继承自 Object)
Equals(Object)

如果指定的对象等于此枚举常量,则返回 true。

(继承自 Enum)
GetHashCode()

返回此枚举常量的哈希代码。

(继承自 Enum)
JavaFinalize()

当垃圾回收确定不再引用该对象时,由对象上的垃圾回收器调用。

(继承自 Object)
Name()

返回此枚举常量的名称,与枚举声明中所声明的名称完全相同。

(继承自 Enum)
Notify()

唤醒正在等待此对象的监视器的单个线程。

(继承自 Object)
NotifyAll()

唤醒正在等待此对象的监视器的所有线程。

(继承自 Object)
Ordinal()

返回此枚举常量的序号(其枚举声明中的位置,其中初始常量分配为零序号)。

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

设置 Handle 属性。

(继承自 Object)
ToArray<T>()

ContextType 指定要创建的上下文的特定类型。

(继承自 Object)
ToString()

返回对象的字符串表示形式。

(继承自 Object)
UnregisterFromRuntime()

ContextType 指定要创建的上下文的特定类型。

(继承自 Object)
ValueOf(String)
Values()
Wait()

使当前线程等待,直到唤醒它,通常是通过 em 通知/em> 或 <em>interrupted</em>。<><

(继承自 Object)
Wait(Int64)

使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。

(继承自 Object)
Wait(Int64, Int32)

使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。

(继承自 Object)

显式接口实现

IJavaPeerable.Disposed()

ContextType 指定要创建的上下文的特定类型。

(继承自 Object)
IJavaPeerable.DisposeUnlessReferenced()

ContextType 指定要创建的上下文的特定类型。

(继承自 Object)
IJavaPeerable.Finalized()

ContextType 指定要创建的上下文的特定类型。

(继承自 Object)
IJavaPeerable.JniManagedPeerState

ContextType 指定要创建的上下文的特定类型。

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

ContextType 指定要创建的上下文的特定类型。

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

ContextType 指定要创建的上下文的特定类型。

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

ContextType 指定要创建的上下文的特定类型。

(继承自 Object)

扩展方法

JavaCast<TResult>(IJavaObject)

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

JavaCast<TResult>(IJavaObject)

ContextType 指定要创建的上下文的特定类型。

GetJniTypeName(IJavaPeerable)

ContextType 指定要创建的上下文的特定类型。

适用于