PEMemoryBlock.GetContent Método

Definición

Lee el contenido del bloque completo en una matriz.

public:
 System::Collections::Immutable::ImmutableArray<System::Byte> GetContent();
public System.Collections.Immutable.ImmutableArray<byte> GetContent();
member this.GetContent : unit -> System.Collections.Immutable.ImmutableArray<byte>
Public Function GetContent () As ImmutableArray(Of Byte)

Devoluciones

Matriz de bytes inmutable.

Se aplica a