SafeBuffer.ByteLength Propriété

Définition

Important

Cette API n’est pas conforme CLS.

Obtient la taille de la mémoire tampon, en octets.

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

Valeur de propriété

Nombre d’octets dans la mémoire tampon.

Attributs

Exceptions

La Initialize méthode n’a pas été appelée.

S’applique à