Document Struct
Definizione
Documento di origine nei metadati di debug.The source document in the debug metadata.
public value class Document
public struct Document
type Document = struct
Public Structure Document
- Ereditarietà
Commenti
Per ulteriori informazioni, vedere Portable PDB v 1.0: Format Specification.For more information, see Portable PDB v1.0: Format Specification.
Proprietà
Hash |
Ottiene l'hash del contenuto del documento.Gets the document content hash. |
HashAlgorithm |
Ottiene l'algoritmo hash usato per calcolare la proprietà Hash (SHA1, SHA256 e così via).Gets the hash algorithm used to calculate the Hash (SHA1, SHA256, etc.). |
Language |
Ottiene il linguaggio del codice sorgente (C#, VB, F# e così via).Gets the source code language (C#, VB, F#, etc.). |
Name |
Ottiene il BLOB del nome del documento.Gets the document name blob. |