IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document Class Referencesealed
Inheritance diagram for IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document:

Public Member Functions

void SetCheckSum (Guid algorithmId, byte[] checksum)
 Sets the checksum.
 
void SetSource (byte[] source)
 Sets the source.
 

Properties

string Url [get]
 Gets the URL of the document.
 
Guid Language [get]
 Gets the language of the document.
 
Guid LanguageVendor [get]
 Gets the vendor of the document.
 
Guid DocumentType [get]
 Gets the document type.
 
Guid AlgorithmId [get]
 Gets the checksum algorithm ID.
 
byte[] Checksum [get]
 Gets the checksum.
 
byte[] Source [get]
 Gets the source.
 

Detailed Description

Definition at line 21 of file PortablePdbSymbolWriter.cs.

Member Function Documentation

◆ SetCheckSum()

void IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document.SetCheckSum ( Guid algorithmId,
byte[] checksum )

Sets the checksum.

Parameters
algorithmId
checksum

Definition at line 53 of file PortablePdbSymbolWriter.cs.

54 {
55 this.algorithmId = algorithmId;
56 this.checksum = checksum;
57 }

◆ SetSource()

void IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document.SetSource ( byte[] source)

Sets the source.

Parameters
source

Definition at line 63 of file PortablePdbSymbolWriter.cs.

64 {
65 this.source = source;
66 }

Property Documentation

◆ AlgorithmId

Guid IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document.AlgorithmId
get

Gets the checksum algorithm ID.

Definition at line 92 of file PortablePdbSymbolWriter.cs.

◆ Checksum

byte [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document.Checksum
get

Gets the checksum.

Definition at line 97 of file PortablePdbSymbolWriter.cs.

◆ DocumentType

Guid IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document.DocumentType
get

Gets the document type.

Definition at line 87 of file PortablePdbSymbolWriter.cs.

◆ Language

Guid IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document.Language
get

Gets the language of the document.

Definition at line 77 of file PortablePdbSymbolWriter.cs.

◆ LanguageVendor

Guid IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document.LanguageVendor
get

Gets the vendor of the document.

Definition at line 82 of file PortablePdbSymbolWriter.cs.

◆ Source

byte [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document.Source
get

Gets the source.

Definition at line 102 of file PortablePdbSymbolWriter.cs.

◆ Url

string IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document.Url
get

Gets the URL of the document.

Definition at line 72 of file PortablePdbSymbolWriter.cs.


The documentation for this class was generated from the following file: