Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SymAddressKind.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Diagnostics
 
namespace  System.Diagnostics.SymbolStore
 

Enumerations

enum  System.Diagnostics.SymbolStore.SymAddressKind {
  System.Diagnostics.SymbolStore.ILOffset = 1 , System.Diagnostics.SymbolStore.NativeRVA , System.Diagnostics.SymbolStore.NativeRegister , System.Diagnostics.SymbolStore.NativeRegisterRelative ,
  System.Diagnostics.SymbolStore.NativeOffset , System.Diagnostics.SymbolStore.NativeRegisterRegister , System.Diagnostics.SymbolStore.NativeRegisterStack , System.Diagnostics.SymbolStore.NativeStackRegister ,
  System.Diagnostics.SymbolStore.BitField , System.Diagnostics.SymbolStore.NativeSectionOffset
}