Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISymbolDocument.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.SymbolStore
;
2
3
public
interface
ISymbolDocument
4
{
5
string
URL
{
get
; }
6
7
Guid
DocumentType
{
get
; }
8
9
Guid
Language
{
get
; }
10
11
Guid
LanguageVendor
{
get
; }
12
13
Guid
CheckSumAlgorithmId
{
get
; }
14
15
bool
HasEmbeddedSource
{
get
; }
16
17
int
SourceLength
{
get
; }
18
19
byte
[]
GetCheckSum
();
20
21
int
FindClosestLine
(
int
line);
22
23
byte
[]
GetSourceRange
(
int
startLine,
int
startColumn,
int
endLine,
int
endColumn);
24
}
System.Diagnostics.SymbolStore.ISymbolDocument.CheckSumAlgorithmId
Guid CheckSumAlgorithmId
Definition
ISymbolDocument.cs:13
System.Diagnostics.SymbolStore.ISymbolDocument.GetSourceRange
byte[] GetSourceRange(int startLine, int startColumn, int endLine, int endColumn)
System.Diagnostics.SymbolStore.ISymbolDocument.FindClosestLine
int FindClosestLine(int line)
System.Diagnostics.SymbolStore.ISymbolDocument.HasEmbeddedSource
bool HasEmbeddedSource
Definition
ISymbolDocument.cs:15
System.Diagnostics.SymbolStore.ISymbolDocument.LanguageVendor
Guid LanguageVendor
Definition
ISymbolDocument.cs:11
System.Diagnostics.SymbolStore.ISymbolDocument.GetCheckSum
byte[] GetCheckSum()
System.Diagnostics.SymbolStore.ISymbolDocument.Language
Guid Language
Definition
ISymbolDocument.cs:9
System.Diagnostics.SymbolStore.ISymbolDocument.URL
string URL
Definition
ISymbolDocument.cs:5
System.Diagnostics.SymbolStore.ISymbolDocument.DocumentType
Guid DocumentType
Definition
ISymbolDocument.cs:7
System.Diagnostics.SymbolStore.ISymbolDocument.SourceLength
int SourceLength
Definition
ISymbolDocument.cs:17
System.Diagnostics.SymbolStore.ISymbolDocument
Definition
ISymbolDocument.cs:4
System.Diagnostics.SymbolStore
Definition
ISymbolBinder.cs:1
System.Guid
Definition
Guid.cs:15
source
System.Diagnostics.StackTrace
System.Diagnostics.SymbolStore
ISymbolDocument.cs
Generated by
1.10.0