mscorlib(4.0.0.0) API with additions
SymAddressKind.cs
2 
4 {
7  [ComVisible(true)]
8  public enum SymAddressKind
9  {
11  ILOffset = 1,
13  NativeRVA,
27  BitField,
30  }
31 }
A Microsoft intermediate language (MSIL) offset. The addr1 parameter is the MSIL local variable or p...
A register-relative address. The addr1 parameter is the register, and the addr2 parameter is the of...
A native Relevant Virtual Address (RVA). The addr1 parameter is the RVA in the module.
A native offset. The addr1 parameter is the offset from the start of the parent.
Definition: __Canon.cs:3
A bit field. The addr1 parameter is the position where the field starts, and the addr2 parameter is...
A native register address. The addr1 parameter is the register in which the variable is stored.
A register-relative address. The addr1 parameter is the stack register, the addr2 parameter is the ...
A native section offset. The addr1 parameter is the section, and the addr2 parameter is the offset.
A register-relative address. The addr1 parameter is the low-order register, and the addr2 parameter...
SymAddressKind
Specifies address types for local variables, parameters, and fields in the methods M:System....
A register-relative address. The addr1 parameter is the low-order register, the addr2 parameter is ...
Specifies that the class can be serialized.