Use `enum CorDebugInterfaceVersion` in CreateDebuggingInterfaceFromVersionEx()
authorAndrey Okoshkin <a.okoshkin@samsung.com>
Wed, 7 Feb 2018 10:51:56 +0000 (13:51 +0300)
committerAndrey Okoshkin <a.okoshkin@samsung.com>
Thu, 8 Feb 2018 07:25:17 +0000 (10:25 +0300)
commit1dce2b2c6e1e4b2f3c59f77fa7b68aa327ab2e9a
tree62c4c140b0d8b59bc77e867c044c135f9e7e39a3
parent145b5b7ae6268a5d8ab89d53e4dbc1911a234287
Use `enum CorDebugInterfaceVersion` in CreateDebuggingInterfaceFromVersionEx()

Do not use magic numbers.
`CorDebugLatestVersion` (=`CorDebugVersion_4_5` is 5 for now) can be used
instead of current equivalent (4) of `CorDebugVersion_4_0`.
src/debug/netcoredbg/manageddebugger.cpp