Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法理解这一段,我不知道,编程中的术语 INVOKE 是什么意思?
在使用重载的构造函数时,一个构造函数调用另一个构造函数有时很有用。在 C# 中,这是通过使用另一种形式的 this 关键字来实现的。
在这种情况下,invoke 等同于 call。在 C# 中,调用通常是指以线程安全的方式调用方法。对于 GUI 开发非常有用,基本上在其他任何地方也非常有用。