PEMemoryBlock.Pointer プロパティ

定義

ブロックの先頭バイトへのポインターを取得します。

public:
 property System::Byte* Pointer { System::Byte* get(); };
public byte* Pointer { get; }
member this.Pointer : nativeptr<byte>

プロパティ値

Byte*

ブロックの最初のバイトへのポインター。

適用対象