C# Class Dia2Sharp.DebugHelp.SYMBOL_INFO

Show file Open project: K2/EhTrace Class Usage Examples

Public Properties

Property Type Description
Address long
Flags SymFlag
MaxNameLen int
ModBase ulong
NameLen int
Register uint
Reserved1 ulong
Reserved2 ulong
Reserved3 uint
Scope uint
Size uint
SizeOfStruct uint
Tag SymTagEnum
TypeIndex uint
Value ulong

Property Details

Address public property

public long Address
return long

Flags public property

public SymFlag Flags
return SymFlag

MaxNameLen public property

public int MaxNameLen
return int

ModBase public property

public ulong ModBase
return ulong

NameLen public property

public int NameLen
return int

Register public property

public uint Register
return uint

Reserved1 public property

public ulong Reserved1
return ulong

Reserved2 public property

public ulong Reserved2
return ulong

Reserved3 public property

public uint Reserved3
return uint

Scope public property

public uint Scope
return uint

Size public property

public uint Size
return uint

SizeOfStruct public property

public uint SizeOfStruct
return uint

Tag public property

public SymTagEnum Tag
return SymTagEnum

TypeIndex public property

public uint TypeIndex
return uint

Value public property

public ulong Value
return ulong