Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISymbolVariable.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.SymbolStore
;
2
3
public
interface
ISymbolVariable
4
{
5
string
Name
{
get
; }
6
7
object
Attributes
{
get
; }
8
9
SymAddressKind
AddressKind
{
get
; }
10
11
int
AddressField1
{
get
; }
12
13
int
AddressField2
{
get
; }
14
15
int
AddressField3
{
get
; }
16
17
int
StartOffset
{
get
; }
18
19
int
EndOffset
{
get
; }
20
21
byte
[]
GetSignature
();
22
}
System.Diagnostics.SymbolStore.ISymbolVariable.GetSignature
byte[] GetSignature()
System.Diagnostics.SymbolStore.ISymbolVariable.AddressField1
int AddressField1
Definition
ISymbolVariable.cs:11
System.Diagnostics.SymbolStore.ISymbolVariable.EndOffset
int EndOffset
Definition
ISymbolVariable.cs:19
System.Diagnostics.SymbolStore.ISymbolVariable.AddressField2
int AddressField2
Definition
ISymbolVariable.cs:13
System.Diagnostics.SymbolStore.ISymbolVariable.Attributes
object Attributes
Definition
ISymbolVariable.cs:7
System.Diagnostics.SymbolStore.ISymbolVariable.Name
string Name
Definition
ISymbolVariable.cs:5
System.Diagnostics.SymbolStore.ISymbolVariable.AddressField3
int AddressField3
Definition
ISymbolVariable.cs:15
System.Diagnostics.SymbolStore.ISymbolVariable.AddressKind
SymAddressKind AddressKind
Definition
ISymbolVariable.cs:9
System.Diagnostics.SymbolStore.ISymbolVariable.StartOffset
int StartOffset
Definition
ISymbolVariable.cs:17
System.Diagnostics.SymbolStore.ISymbolVariable
Definition
ISymbolVariable.cs:4
System.Diagnostics.SymbolStore.SymAddressKind
SymAddressKind
Definition
SymAddressKind.cs:4
System.Diagnostics.SymbolStore
Definition
ISymbolBinder.cs:1
source
System.Diagnostics.StackTrace
System.Diagnostics.SymbolStore
ISymbolVariable.cs
Generated by
1.10.0