MarshalUsingAttribute.ElementIndirectionDepth プロパティ

定義

このマーシャリング情報が提供される間接深度を取得または設定します。

public:
 property int ElementIndirectionDepth { int get(); void set(int value); };
public int ElementIndirectionDepth { get; set; }
member this.ElementIndirectionDepth : int with get, set
Public Property ElementIndirectionDepth As Integer

プロパティ値

注釈

この値は、ネイティブ表現から対応する値を取得するために必要なポインター間接参照の数に対応します。 たとえば、この属性が型 Int32[][] のパラメーターにある場合、 ElementIndirectionDepth の 0 は、マーシャリング情報が [][] のマネージド型 Int32に適用されることを意味し、 ElementIndirectionDepth の 1 はマネージド型 Int32[] に適用され ElementIndirectionDepth 、 の 2 は のマネージド型 Int32に適用されます。 指定ElementIndirectionDepthされたパラメーターまたは戻り値に指定できる値は、 を持つ 1 MarshalUsingAttribute つだけです。

適用対象