Unsafe.InitBlockUnaligned Método

Definição

Sobrecargas

InitBlockUnaligned(Byte, Byte, UInt32)

Inicializa um bloco de memória no local especificado com um valor inicial fornecido sem pressupor um alinhamento dependente de arquitetura do endereço.Initializes a block of memory at the given location with a given initial value without assuming architecture dependent alignment of the address.

InitBlockUnaligned(Void*, Byte, UInt32)

Inicializa um bloco de memória no local especificado com um valor inicial fornecido sem pressupor um alinhamento dependente de arquitetura do endereço.Initializes a block of memory at the given location with a given initial value without assuming architecture dependent alignment of the address.

InitBlockUnaligned(Byte, Byte, UInt32)

Inicializa um bloco de memória no local especificado com um valor inicial fornecido sem pressupor um alinhamento dependente de arquitetura do endereço.Initializes a block of memory at the given location with a given initial value without assuming architecture dependent alignment of the address.

public:
 static void InitBlockUnaligned(System::Byte % startAddress, System::Byte value, System::UInt32 byteCount);
public static void InitBlockUnaligned (ref byte startAddress, byte value, uint byteCount);
static member InitBlockUnaligned : byte * byte * uint32 -> unit
Public Shared Sub InitBlockUnaligned (ByRef startAddress As Byte, value As Byte, byteCount As UInteger)

Parâmetros

startAddress
Byte

O endereço do início do bloco de memória a ser inicializado.The address of the start of the memory block to initialize.

value
Byte

O valor para o qual inicializar o bloco.The value to initialize the block to.

byteCount
UInt32

O número de bytes a ser inicializado.The number of bytes to initialize.

Aplica-se a

InitBlockUnaligned(Void*, Byte, UInt32)

Inicializa um bloco de memória no local especificado com um valor inicial fornecido sem pressupor um alinhamento dependente de arquitetura do endereço.Initializes a block of memory at the given location with a given initial value without assuming architecture dependent alignment of the address.

public:
 static void InitBlockUnaligned(void* startAddress, System::Byte value, System::UInt32 byteCount);
public static void InitBlockUnaligned (void* startAddress, byte value, uint byteCount);
static member InitBlockUnaligned : nativeptr<unit> * byte * uint32 -> unit

Parâmetros

startAddress
Void*

O endereço do início do bloco de memória a ser inicializado.The address of the start of the memory block to initialize.

value
Byte

O valor para o qual inicializar o bloco.The value to initialize the block to.

byteCount
UInt32

O número de bytes a ser inicializado.The number of bytes to initialize.

Aplica-se a