DkmCompiledClrInspectionQuery.Binary 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.
Binaire de l’assembly de requête.
Cette API a été introduite dans Visual Studio 14 RTM (DkmApiVersion. VS14RTM).
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Binary { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> Binary { get; }
member this.Binary : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property Binary As ReadOnlyCollection(Of Byte)