Table of Contents

Method EnumerateRegisters

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

EnumerateRegisters()

Enumerate registers names (and their types) for late-bound access. Available registers depend on the flags.

IEnumerable<string> EnumerateRegisters()

Returns

IEnumerable<string>

an enumeration of (name,type) pairs

Remarks

An implementation does not need to include all registers on the context. The returned strings can be used with other by-name functions like FindRegisterByName(string) and SetRegisterByName(string, object).