Document Structure
Définition
Document source dans les métadonnées de débogage.The source document in the debug metadata.
public value class Document
public struct Document
type Document = struct
Public Structure Document
- Héritage
Remarques
Pour plus d’informations, consultez Portable PDB v 1.0 : Spécification de format.For more information, see Portable PDB v1.0: Format Specification.
Propriétés
Hash |
Obtient le hachage du contenu du document.Gets the document content hash. |
HashAlgorithm |
Obtient l’algorithme de hachage utilisé pour calculer Hash (SHA1, SHA256, etc.).Gets the hash algorithm used to calculate the Hash (SHA1, SHA256, etc.). |
Language |
Obtient le langage du code source (C#, VB, F#, etc.).Gets the source code language (C#, VB, F#, etc.). |
Name |
Obtient l’objet blob du nom du document.Gets the document name blob. |