Propriedade SafeBuffer.ByteLength
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Obtém o tamanho do buffer, em bytes.
Esta API não é compatível com CLS.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
[CLSCompliantAttribute(false)]
public ulong ByteLength { get; }
public:
[CLSCompliantAttribute(false)]
property unsigned long long ByteLength {
unsigned long long get();
}
[<CLSCompliantAttribute(false)>]
member ByteLength : uint64 with get
<CLSCompliantAttribute(False)>
Public ReadOnly Property ByteLength As ULong
Valor da Propriedade
Type: System.UInt64
O número de bytes no buffer de memória.
Exceções
Exception | Condition |
---|---|
InvalidOperationException | O método Initialize não foi chamado. |
Informações de Versão
Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 4.0
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1
Confira Também
Classe SafeBuffer
Namespace System.Runtime.InteropServices
Retornar ao início