語言

Entity.NamedContentValues 類別

定義

將名稱與 的ContentValuesEntity集合 關聯起來。

[Android.Runtime.Register("android/content/Entity$NamedContentValues", DoNotGenerateAcw=true)]
public class Entity.NamedContentValues : Java.Lang.Object
[<Android.Runtime.Register("android/content/Entity$NamedContentValues", DoNotGenerateAcw=true)>]
type Entity.NamedContentValues = class
    inherit Object
繼承
Entity.NamedContentValues
屬性

備註

Android 平台文件

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

建構函式

名稱 Description
Entity.NamedContentValues(IntPtr, JniHandleOwnership)

用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。

Entity.NamedContentValues(Uri, ContentValues)

屬性

名稱 Description
Class

回傳此 Object的執行時類別。

(繼承來源 Object)
Handle

底層 Android 實例的帳號。

(繼承來源 Object)
JniIdentityHashCode

取得由互通執行時指派給此 Java 對等端的身份雜湊碼。

(繼承來源 Object)
JniManagedPeerState

將名稱與 的ContentValuesEntity集合 關聯起來。

(繼承來源 JavaObject)
JniPeerMembers

取得用於調用此 Java 節點成員的 JNI 元資料。

PeerReference

取得這個 Java 節點的 JNI 物件參考。

(繼承來源 Object)
ThresholdClass

此 API 支援 Mono for Android 基礎架構,並非直接從你的程式碼中使用。

ThresholdType

此 API 支援 Mono for Android 基礎架構,並非直接從你的程式碼中使用。

Uri
Values

方法

名稱 Description
Clone()

建立並回傳此物件的副本。

(繼承來源 Object)
Construct(JniObjectReference, JniObjectReferenceOptions)

將名稱與 的ContentValuesEntity集合 關聯起來。

(繼承來源 JavaObject)
Dispose()

釋放該 Java 節點所持有的資源。

(繼承來源 Object)
Dispose(Boolean)

釋放該 Java 節點所持有的資源。

(繼承來源 Object)
DisposeUnlessReferenced()

將名稱與 的ContentValuesEntity集合 關聯起來。

(繼承來源 JavaObject)
Equals(Object)

將名稱與 的ContentValuesEntity集合 關聯起來。

(繼承來源 JavaObject)
Equals(Object)

表示是否有其他物體「等同」於此物。

(繼承來源 Object)
GetHashCode()

回傳物件的雜湊碼值。

(繼承來源 Object)
JavaFinalize()

當垃圾回收判定該物件不再有相關參考時,由垃圾回收器呼叫。

(繼承來源 Object)
Notify()

喚醒一個正在該物件監視器上等待的執行緒。

(繼承來源 Object)
NotifyAll()

喚醒所有等待該物件監視器的執行緒。

(繼承來源 Object)
SetHandle(IntPtr, JniHandleOwnership)

設定 Handle 屬性。

(繼承來源 Object)
SetPeerReference(JniObjectReference, JniObjectReferenceOptions)

將名稱與 的ContentValuesEntity集合 關聯起來。

(繼承來源 JavaObject)
ToArray<T>()

從這個 Java 陣列包裝器建立一個受管理陣列。

(繼承來源 Object)
ToString()

回傳物件的字串表示。

(繼承來源 Object)
UnregisterFromRuntime()

將此 Java 節點從互通執行時中取消註冊。

(繼承來源 Object)
Wait()

導致目前執行緒等待被喚醒,通常是透過 <em>通知</><em 或 em>中斷</em> 來喚醒。

(繼承來源 Object)
Wait(Int64, Int32)

會讓目前執行緒等待喚醒,通常是透過 <em>通知</><em 或 em>中斷</em>,或是經過一定的真實時間。

(繼承來源 Object)
Wait(Int64)

會讓目前執行緒等待喚醒,通常是透過 <em>通知</><em 或 em>中斷</em>,或是經過一定的真實時間。

(繼承來源 Object)

明確介面實作

名稱 Description
IJavaPeerable.Disposed()

將名稱與 的ContentValuesEntity集合 關聯起來。

(繼承來源 JavaObject)
IJavaPeerable.Finalized()

將名稱與 的ContentValuesEntity集合 關聯起來。

(繼承來源 JavaObject)
IJavaPeerable.JniObjectReferenceControlBlock

將名稱與 的ContentValuesEntity集合 關聯起來。

(繼承來源 JavaObject)
IJavaPeerable.SetJniIdentityHashCode(Int32)

將名稱與 的ContentValuesEntity集合 關聯起來。

(繼承來源 JavaObject)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

將名稱與 的ContentValuesEntity集合 關聯起來。

(繼承來源 JavaObject)
IJavaPeerable.SetPeerReference(JniObjectReference)

將名稱與 的ContentValuesEntity集合 關聯起來。

(繼承來源 JavaObject)

擴充方法

名稱 Description
GetJniTypeName(IJavaPeerable)

取得實例 self類型的 JNI 名稱。

JavaAs<TResult>(IJavaPeerable)

試著強制self輸入 TResult,檢查 強制在 Java 端是否有效。

JavaCast<TResult>(IJavaObject)

執行 Android 執行時檢查型別轉換。

JavaCast<TResult>(IJavaObject)

將名稱與 的ContentValuesEntity集合 關聯起來。

TryJavaCast<TResult>(IJavaPeerable, TResult)

試著強制self輸入 TResult,檢查 強制在 Java 端是否有效。

適用於