Compartilhar via


RandomAccess.SetLength(SafeFileHandle, Int64) Método

Definição

Define o comprimento do arquivo como o valor fornecido.

public:
 static void SetLength(Microsoft::Win32::SafeHandles::SafeFileHandle ^ handle, long length);
public static void SetLength (Microsoft.Win32.SafeHandles.SafeFileHandle handle, long length);
static member SetLength : Microsoft.Win32.SafeHandles.SafeFileHandle * int64 -> unit
Public Shared Sub SetLength (handle As SafeFileHandle, length As Long)

Parâmetros

handle
SafeFileHandle

O identificador do arquivo.

length
Int64

O tamanho do arquivo em bytes.

Exceções

handle é null.

handle é inválido.

O arquivo está fechado.

O arquivo não dá suporte à busca (pipe ou soquete).

length é negativo.

Aplica-se a