内置类(例如对象类)的编码是什么 [英] What is the coding for built-in classes(ex. Object class)

查看:67
本文介绍了内置类(例如对象类)的编码是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hai朋友,
我想了解对象类的编码方式,以及其他内置类,枚举,接口,结构的编码方式以及它们的方法在内部的工作方式.因为我想从根目录学习.请帮助我
谢谢

Hai friends,
I want to find out how object class is coded and also other built-in classes,enumerations,interface,structure are coded and how their methods are working internally.because i want to learn from root level.please help me
Thank you

推荐答案

你好朋友!
我认为,这对您阅读以下书籍非常有用:

http://www.amazon.com/CLR-via-C-Jeffrey-Richter/dp/0735627045 [ ^ ]

它确实揭示了您感兴趣的主题.
深入挖掘并掌握公共语言运行库(CLR)和.NET Framework 4.0的复杂性.本指南由Microsoft®.NET团队的一位知名编程专家和顾问撰写,是开发任何类型的应用程序的开发人员的理想选择,包括Microsoft®ASP.NET,Windows®Forms,Microsoft®SQLServer®,Web服务和控制台应用程序.您将获得动手指导和丰富的C#代码示例,以帮助您解决棘手的问题并开发高性能的应用程序.
Hello friend!
I think, will very useful for you to read the following book :

http://www.amazon.com/CLR-via-C-Jeffrey-Richter/dp/0735627045[^]

It really reveals subjects that you are interested.
Dig deep and master the intricacies of the common language runtime (CLR) and the .NET Framework 4.0. Written by a highly regarded programming expert and consultant to the Microsoft® .NET team, this guide is ideal for developers building any kind of application-including Microsoft® ASP.NET, Windows® Forms, Microsoft® SQL Server®, Web services, and console applications. You''ll get hands-on instruction and extensive C# code samples to help you tackle the tough topics and develop high-performance applications.


步骤:

1.打开Visual Studio
2.创建一个类
3.将创建一个新文件.打开它.
4.右键单击类"关键字,然后在上下文菜单中选择转到定义"选项


您可以看到任何已定义的类,接口,结构的实现,如下所示.试试吧.
Steps:

1. Open visual studio
2. Create a class
3. A new file would be created. Open it.
4. Right click ''class'' keyword and select ''Go To Definition'' option in the context menu


You can see the implementation of any defined class, interface, structure like this. Try out.


这篇关于内置类(例如对象类)的编码是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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