Attributes コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Attributes() |
既定のサイズを持つ新しい空の Attributes オブジェクトを構築します。 |
Attributes(Attributes) |
指定した Attributes と同じ属性名と値のマッピングを持つ新しい Attributes オブジェクトを構築します。 |
Attributes(Int32) |
指定した初期サイズの新しい空の Attributes オブジェクトを構築します。 |
Attributes(IntPtr, JniHandleOwnership) |
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。 |
Attributes()
既定のサイズを持つ新しい空の Attributes オブジェクトを構築します。
[Android.Runtime.Register(".ctor", "()V", "")]
public Attributes ();
- 属性
注釈
既定のサイズを持つ新しい空の Attributes オブジェクトを構築します。
の Java ドキュメントjava.util.jar.Attributes.Attributes()
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
Attributes(Attributes)
指定した Attributes と同じ属性名と値のマッピングを持つ新しい Attributes オブジェクトを構築します。
[Android.Runtime.Register(".ctor", "(Ljava/util/jar/Attributes;)V", "")]
public Attributes (Java.Util.Jar.Attributes? attr);
[<Android.Runtime.Register(".ctor", "(Ljava/util/jar/Attributes;)V", "")>]
new Java.Util.Jar.Attributes : Java.Util.Jar.Attributes -> Java.Util.Jar.Attributes
パラメーター
- attr
- Attributes
指定した属性
- 属性
注釈
指定した Attributes と同じ属性名と値のマッピングを持つ新しい Attributes オブジェクトを構築します。
の Java ドキュメントjava.util.jar.Attributes.Attributes(java.util.jar.Attributes)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
Attributes(Int32)
指定した初期サイズの新しい空の Attributes オブジェクトを構築します。
[Android.Runtime.Register(".ctor", "(I)V", "")]
public Attributes (int size);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Java.Util.Jar.Attributes : int -> Java.Util.Jar.Attributes
パラメーター
- size
- Int32
属性の初期数
- 属性
注釈
指定した初期サイズの新しい空の Attributes オブジェクトを構築します。
の Java ドキュメントjava.util.jar.Attributes.Attributes(int)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
Attributes(IntPtr, JniHandleOwnership)
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。
protected Attributes (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Jar.Attributes : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Jar.Attributes
パラメーター
- transfer
- JniHandleOwnership
処理方法 JniHandleOwnershipを示す javaReference
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。