SafeBuffer.ByteLength Propriété

Définition

Important

Cette API n’est pas conforme CLS.

Obtient la taille du 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 le tampon de mémoire.

Attributs

Exceptions

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

S’applique à