SymAddressKind 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DefineLocalVariable(String, FieldAttributes, Byte[], SymAddressKind, Int32, Int32, Int32, Int32, Int32) インターフェイスのメソッド DefineParameter(String, ParameterAttributes, Int32, SymAddressKind, Int32, Int32, Int32)、DefineField(SymbolToken, String, FieldAttributes, Byte[], SymAddressKind, Int32, Int32, Int32)、および ISymbolWriter 内のローカル変数、パラメーター、およびフィールドのアドレス型を指定します。
public enum class SymAddressKind
public enum SymAddressKind
[System.Serializable]
public enum SymAddressKind
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum SymAddressKind
type SymAddressKind =
[<System.Serializable>]
type SymAddressKind =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type SymAddressKind =
Public Enum SymAddressKind
- 継承
- 属性
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| ILOffset | 1 | Microsoft中間言語 (MSIL) オフセット。
|
| NativeRVA | 2 | ネイティブ関連仮想アドレス (RVA)。
|
| NativeRegister | 3 | ネイティブ レジスタ アドレス。
|
| NativeRegisterRelative | 4 | レジスタ相対アドレス。
|
| NativeOffset | 5 | ネイティブ オフセット。
|
| NativeRegisterRegister | 6 | レジスタ相対アドレス。
|
| NativeRegisterStack | 7 | レジスタ相対アドレス。
|
| NativeStackRegister | 8 | レジスタ相対アドレス。
|
| BitField | 9 | ビット フィールド。
|
| NativeSectionOffset | 10 | ネイティブ セクション オフセット。
|
注釈
addr1、addr2、およびaddr3パラメーターは、ISymbolWriter インターフェイス メソッドのアドレス パラメーターを参照します。