CommonAce.BinaryLength プロパティ

定義

現在の CommonAce オブジェクトのバイナリ表現の長さをバイト単位で取得します。 ACL をバイナリ配列にマーシャリングする前に、 GetBinaryForm(Byte[], Int32) メソッドでこの長さを使用します。

public:
 virtual property int BinaryLength { int get(); };
public override int BinaryLength { get; }
member this.BinaryLength : int
Public Overrides ReadOnly Property BinaryLength As Integer

プロパティ値

現在の CommonAce オブジェクトのバイナリ表現の長さ (バイト単位)。

適用対象