.NET框架的源代码在哪里? [英] Where is the source code of .NET framework?

查看:70
本文介绍了.NET框架的源代码在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我正在构建一个派生DataGridTextBoxColumn的类,并且修改了很多




但是,我需要看一下基类的代码,知道我应该在一些

继承的方法中使用什么。


我在哪里可以找到课程?


非常感谢

$ b $bAndré

Hi all,

I am contructing a class derived of DataGridTextBoxColumn with very much
modification.

However, I need to see the code of base class to know what should I in some
inherited methods.

Where do I find the source of the class?

Thanks a lot

André

推荐答案

Andre,


该框架的源代码未作为公共

域的一部分发布。不幸的是你无法看到它。

-

- Nicholas Paldino [.NET / C#MVP]

- < a href =mailto:ni ************** @ exisconsulting.com> ni ************** @ exisconsulting.com


"André" <一个******** @ uol.com.br>在消息中写道

news:e2 ************** @ tk2msftngp13.phx.gbl ...
Andre,

The source code for the framework was not released as part of the public
domain. You won''t be able to see it unfortunately.
--
- Nicholas Paldino [.NET/C# MVP]
- ni**************@exisconsulting.com

"André" <an********@uol.com.br> wrote in message
news:e2**************@tk2msftngp13.phx.gbl...
大家好,

我正在构建一个派生DataGridTextBoxColumn的类,并且修改非常多。

然而,我需要看看基类的代码,知道我应该在$ b中做什么$ b一些继承的方法。

我在哪里可以找到课程的来源?

非常感谢

André
Hi all,

I am contructing a class derived of DataGridTextBoxColumn with very much
modification.

However, I need to see the code of base class to know what should I in some inherited methods.

Where do I find the source of the class?

Thanks a lot

André



前几天我才想到这个。我明白为什么他们可能不会想要释放所有的框架。然而,一个或两个类作为一个不错的

示例/示例将是很好的和有用的。一个带抽象的类,

包含,也许封装调用其他框架类

以及它们如何将异常处理作为参考似乎是一件好事。

1000+中的一两个类似乎是合理的,他们可以在帮助和白皮书中指出

人们如何创建框架,

抽象,模式等


-

William Stacey,DNS MVP


" Nicholas Paldino [.NET / C#MVP]" < NI ************** @ exisconsulting.com>在消息新闻中写道

:Ov ************** @ TK2MSFTNGP11.phx.gbl ...
I was just thinking about this the other day. I understand why they may not
want to release all the framework. However one or two classes as a nice
example/sample would be nice and helpful. A class with abstraction,
containment and maybe one that encapsulates calling other framework classes
and how they do exception handling as a reference seems like a good thing.
One or two classes out of 1000+ would seem reasonable and they could point
people in Help and whitepapers on how they approach creating a framework,
abstraction, patterns, etc.

--
William Stacey, DNS MVP

"Nicholas Paldino [.NET/C# MVP]" <ni**************@exisconsulting.com> wrote
in message news:Ov**************@TK2MSFTNGP11.phx.gbl...
Andre,
框架的源代码未作为
公共域的一部分发布。不幸的是你无法看到它。

-
- Nicholas Paldino [.NET / C#MVP]
- ni ************** @ exisconsulting.com

"安德烈" <一个******** @ uol.com.br>在消息中写道
新闻:e2 ************** @ tk2msftngp13.phx.gbl ...
Andre,

The source code for the framework was not released as part of the public domain. You won''t be able to see it unfortunately.
--
- Nicholas Paldino [.NET/C# MVP]
- ni**************@exisconsulting.com

"André" <an********@uol.com.br> wrote in message
news:e2**************@tk2msftngp13.phx.gbl...
大家好,

但是,我需要看看基类的代码,知道我应该在
Hi all,

I am contructing a class derived of DataGridTextBoxColumn with very much
modification.

However, I need to see the code of base class to know what should I in


一些

继承的方法。

我在哪里可以找到课程的来源?

非常感谢

>André
inherited methods.

Where do I find the source of the class?

Thanks a lot

André




我同意Andrè,但也许您可以使用随附的ILDASM实用程序/>
FrameworkSdk(C:\Program Files \ Microsoft Visual Studio

..NET\FrameworkSDK\bin\ildasm.exe或其他)。打开包含

类(System.Windows.Forms)的程序集,然后查看IL代码。它不是c#或

vb.net代码,但是,即使你不知道IL,你也可以看到一种方法只是

调用另一种方法,或包含真实的实施,或女巫成员

应在您的情况下优先。


GP ​​


"André" <一个******** @ uol.com.br>在消息中写道

news:e2 ************** @ tk2msftngp13.phx.gbl ...
I agree with Andrè, but maybe you can use the ILDASM utility shipped with
the FrameworkSdk (C:\Program Files\Microsoft Visual Studio
..NET\FrameworkSDK\bin\ildasm.exe or other). Open the assembly containing the
class (System.Windows.Forms), and look inside the IL - code. It''s no c# or
vb.net code, but, even if you don''t know IL, you can see if a method just
calls another method, or contains "real" implementation, or witch members
shall be override in your case.

GP

"André" <an********@uol.com.br> wrote in message
news:e2**************@tk2msftngp13.phx.gbl...
大家好,

我正在构建一个派生DataGridTextBoxColumn的类,并且修改非常多。

然而,我需要看看基类的代码,知道我应该在$ b中做什么$ b一些继承的方法。

我在哪里可以找到课程的来源?

非常感谢

André
Hi all,

I am contructing a class derived of DataGridTextBoxColumn with very much
modification.

However, I need to see the code of base class to know what should I in some inherited methods.

Where do I find the source of the class?

Thanks a lot

André



这篇关于.NET框架的源代码在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆