CommonAcl.GetBinaryForm(Byte[], Int32) 메서드

정의

개체의 CommonAcl 내용을 지정된 오프셋에서 시작하는 지정된 바이트 배열로 마샬링합니다.

public:
 override void GetBinaryForm(cli::array <System::Byte> ^ binaryForm, int offset);
public override sealed void GetBinaryForm(byte[] binaryForm, int offset);
override this.GetBinaryForm : byte[] * int -> unit
Public Overrides NotOverridable Sub GetBinaryForm (binaryForm As Byte(), offset As Integer)

매개 변수

binaryForm
Byte[]

내용 CommonAcl 이 마샬링되는 바이트 배열입니다.

offset
Int32

마샬링을 시작할 오프셋입니다.

적용 대상