次の方法で共有


EntityTemplate コンストラクター

定義

オーバーロード

EntityTemplate(IContentProducer)
EntityTemplate(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

EntityTemplate(IContentProducer)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/entity/ContentProducer;)V", "")]
public EntityTemplate (Org.Apache.Http.Entity.IContentProducer? contentproducer);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/entity/ContentProducer;)V", "")>]
new Org.Apache.Http.Entity.EntityTemplate : Org.Apache.Http.Entity.IContentProducer -> Org.Apache.Http.Entity.EntityTemplate

パラメーター

contentproducer
IContentProducer
属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

EntityTemplate(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

protected EntityTemplate (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Entity.EntityTemplate : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Entity.EntityTemplate

パラメーター

javaReference
IntPtr

nativeint

Java ネイティブ インターフェイス (JNI) オブジェクト参照を含む IntPtr

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象