Are managed pointers in c++/cli initialized to nullptr automatically using GCRoot?

后端 未结 0 788
粉色の甜心
粉色の甜心 2020-12-15 07:38

I need to initialize to a variable only once in C++/CLI class accessible to managed code. Is a managed pointer initialized to nullptr when using gcroot

相关标签:
回答
  • 消灭零回复
提交回复
热议问题