DebugDirectory.Directory Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les informations relatives au répertoire de débogage. Ces données sont extraites de la structure IMAGE_DEBUG_DIRECTORY du module.
public:
property System::Collections::Generic::IList<System::Byte> ^ Directory { System::Collections::Generic::IList<System::Byte> ^ get(); };
public System.Collections.Generic.IList<byte> Directory { get; }
member this.Directory : System.Collections.Generic.IList<byte>
Public ReadOnly Property Directory As IList(Of Byte)