SafeBuffer.ByteLength Propiedad
Definición
Importante
Esta API no es conforme a CLS.
Obtiene el tamaño del búfer, en bytes.Gets the size of the buffer, in bytes.
public:
property System::UInt64 ByteLength { System::UInt64 get(); };
public ulong ByteLength { get; }
[System.CLSCompliant(false)]
public ulong ByteLength { get; }
member this.ByteLength : uint64
[<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.The number of bytes in the memory buffer.
- Atributos
Excepciones
No se ha llamado al método Initialize.The Initialize method has not been called.