问题描述
我知道委托的声明是这样的:
I understand that a declaration of a delegate is something like this:
public delegate int PerformCalculation(int x, int y);
但是,肯定还有更多事情要做.委托的目的是提供一个指向方法的指针,并为此将对该方法的引用封装在委托中.
However, there must be more going on. The purpose of the delegate is to provide a pointer to a method, and to do that you encapsulate the reference to the method in the delegate.
这个引用保存在什么样的结构中(在委托内部)?我也知道您可以在委托中封装对多个方法的引用.这是否意味着委托中有一个数组来保存这些?
What kind of structure is this reference held in (internally in the delegate)? I also understand that you can encapsulate a reference to multiple methods in a delegate. Does this mean that there is an array in the delegate that holds these?
此外,委托中定义了哪些方法等.当您使用简洁声明委托时真正发生了什么:
Also, what methods are defined in the delegate, etc. What is really happening when you declare a delegate with the terse:
public delegate int PerformCalculation(int x, int y);
?
一些澄清.当您声明一个委托时,编译器会自动为您创建一个继承自 System.MulticastDelegate 的 sealed 类.如果您使用 ildasm 查看您的程序集,您可以看到这一点.这整齐.基本上,通过一个语句,您将在编译时为您生成一个全新的类,它具有您需要的所有功能.
Some clarification. When you declare a delegate, the compiler automatically creates a sealed class that inherits from System.MulticastDelegate for you. You can see this if you look at your assembly with ildasm. This neat. Basically, with one statement, you are getting an entire new class generated for you at compile time, and it has all the functionality you need.
推荐答案
所有委托都继承自 System.Delegate 类型,其中包含 目标和方法.更准确地说,它们继承自 System.MultiCastDelegate 继承自 System.Delegate.
All delegates inherit from the System.Delegate type which hold a Target and Method. More precisely they inherit from System.MultiCastDelegate which inherits from System.Delegate.
这篇关于在 .NET 中,委托的内部实现是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!


大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)