MiValue.asDWString

wstring asDWString(GdbMiSession session) @trusted

Tries to read this value as a D wstring (UTF-16).

Parameters

sessionActive session to read memory from.

Returns

The wstring content, or null if not a D array or memory read fails.