We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2287199 commit a858d89Copy full SHA for a858d89
clr_loader/hostfxr.py
@@ -50,8 +50,8 @@ def __iter__(self):
50
keys_ptr = ffi.new("char_t*[]", max_size)
51
values_ptr = ffi.new("char_t*[]", max_size)
52
53
- res = self._fxr._dll.hostfxr_get_runtime_properties(
54
- self._fxr._handle, size_ptr, keys_ptr, values_ptr
+ res = self._dll.hostfxr_get_runtime_properties(
+ self._dll._handle, size_ptr, keys_ptr, values_ptr
55
)
56
check_result(res)
57
0 commit comments