|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
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. | |
Definition at line 21 of file PortablePdbSymbolWriter.cs.
| void IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document.SetCheckSum | ( | Guid | algorithmId, |
| byte[] | checksum ) |
Sets the checksum.
| algorithmId | |
| checksum |
Definition at line 53 of file PortablePdbSymbolWriter.cs.
| void IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Document.SetSource | ( | byte[] | source | ) |
Sets the source.
| source |
Definition at line 63 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the checksum algorithm ID.
Definition at line 92 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the checksum.
Definition at line 97 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the document type.
Definition at line 87 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the language of the document.
Definition at line 77 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the vendor of the document.
Definition at line 82 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the source.
Definition at line 102 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the URL of the document.
Definition at line 72 of file PortablePdbSymbolWriter.cs.