Compartilhar via


RandomAccess.GetLength(SafeFileHandle) Método

Definição

Obtém tamanho do arquivo em bytes.

public:
 static long GetLength(Microsoft::Win32::SafeHandles::SafeFileHandle ^ handle);
public static long GetLength (Microsoft.Win32.SafeHandles.SafeFileHandle handle);
static member GetLength : Microsoft.Win32.SafeHandles.SafeFileHandle -> int64
Public Shared Function GetLength (handle As SafeFileHandle) As Long

Parâmetros

handle
SafeFileHandle

O identificador do arquivo.

Retornos

Um valor longo que representa o comprimento 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).

Aplica-se a