共用方式為


ApplicationErrorReport.RunningServiceInfo 建構函式

定義

多載

ApplicationErrorReport.RunningServiceInfo()

建立 RunningServiceInfo 的未初始化實例。

ApplicationErrorReport.RunningServiceInfo(Parcel)

建立從 Parcel 初始化的 RunningServiceInfo 實例。

ApplicationErrorReport.RunningServiceInfo(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

ApplicationErrorReport.RunningServiceInfo()

建立 RunningServiceInfo 的未初始化實例。

[Android.Runtime.Register(".ctor", "()V", "")]
public RunningServiceInfo ();
屬性

備註

建立 RunningServiceInfo 的未初始化實例。

android.app.ApplicationErrorReport.RunningServiceInfo.ApplicationErrorReport$RunningServiceInfo()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

ApplicationErrorReport.RunningServiceInfo(Parcel)

建立從 Parcel 初始化的 RunningServiceInfo 實例。

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public RunningServiceInfo (Android.OS.Parcel in);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.App.ApplicationErrorReport.RunningServiceInfo : Android.OS.Parcel -> Android.App.ApplicationErrorReport.RunningServiceInfo

參數

in
Parcel
屬性

備註

建立從 Parcel 初始化的 RunningServiceInfo 實例。

android.app.ApplicationErrorReport.RunningServiceInfo.ApplicationErrorReport$RunningServiceInfo(android.os.Parcel)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

ApplicationErrorReport.RunningServiceInfo(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

protected RunningServiceInfo (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.ApplicationErrorReport.RunningServiceInfo : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.ApplicationErrorReport.RunningServiceInfo

參數

javaReference
IntPtr

nativeint

IntPtr,包含 Java Native Interface (JNI) 對象參考。

transfer
JniHandleOwnership

JniHandleOwnership,指出如何處理javaReference

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於