PEMemoryBlock.Pointer Property

Definition

Gets a pointer to the first byte of the block.

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

Property Value

Byte*

A pointer to the first byte of the block.

Applies to