gpt4 book ai didi

vb.net - 在 VB.NET 中将变量名存储在字符串中

转载 作者:行者123 更新时间:2023-12-01 09:11:42 25 4
gpt4 key购买 nike

我正在尝试将一些变量的名称存储在字符串中。例如:

Dim Foo1 as Integer
Dim Foo1Name as String

' -- Do something to set Foo1Name to the name of the other variable --

MessageBox.Show(Foo1Name & " is the variable you are looking for.")
' Outputs:
' Foo1 is the variable you are looking for.

这将有助于我正在进行的一些调试。

最佳答案

好吧,您显然可以设置 Foo1Name = "Foo1"- 但我强烈怀疑这不是您想要的。

您如何知道要查找哪个变量的名称?更大的图景是什么?如果我们谈论的是非局部变量,你想要的可能可以通过反射实现,但我怀疑它要么可行,要么有更好的方法来攻击首先是问题。

关于vb.net - 在 VB.NET 中将变量名存储在字符串中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/353131/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com