SafeBuffer.ByteLength Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene el tamaño del búfer, en bytes.

public:
 property System::UInt64 ByteLength { System::UInt64 get(); };
[System.CLSCompliant(false)]
public ulong ByteLength { get; }
[<System.CLSCompliant(false)>]
member this.ByteLength : uint64
Public ReadOnly Property ByteLength As ULong

Valor de propiedad

Número de bytes del búfer de memoria.

Atributos

Excepciones

No se ha llamado al método Initialize.

Se aplica a