This print for content only-size & color not accurate 7" X 9-1/4" / casebound / malloy



Download 21,46 Mb.
Pdf ko'rish
bet1037/1830
Sana28.09.2021
Hajmi21,46 Mb.
#188411
1   ...   1033   1034   1035   1036   1037   1038   1039   1040   ...   1830
Bog'liq
[book] [en] Pro C# 2008 and the NET 3.5 Platform Fourth Edition

// Get return value.

string retVal = m.ReturnType.FullName;

string paramInfo = "(";

// Get params.

foreach (ParameterInfo pi in m.GetParameters())

{

paramInfo += string.Format("{0} {1} ", pi.ParameterType, pi.Name);



}

paramInfo += ")";



// Now display the basic method sig.

Console.WriteLine("->{0} {1} {2}", retVal, m.Name, paramInfo);

}

Console.WriteLine();



}

If you now run this updated application, you will find that the methods of a given type are

much more detailed. Figure 16-3 shows the method metadata of the System.Globalization.

GregorianCalendar type.

C H A P T E R   1 6  

T Y P E   R E F L E C T I O N, L AT E   B I N D I N G, A N D  AT T R I B U T E - B A S E D   P R O G R A M M I N G



534

8849CH16.qxd  10/9/07  4:27 PM  Page 534




Figure 16-3.

Method details of System.Globalization.GregorianCalendar

The current implementation of ListMethods() is helpful, in that you can directly investigate

each parameter and method return value using the System.Reflection object model. As an extreme

shortcut, be aware that each of the XXXInfo types (MethodInfo, PropertyInfo, EventInfo, etc.) have

overridden ToString() to display the signature of the item requested. Thus, we could also imple-

ment ListMethods() as follows:

public static void ListMethods(Type t)

{

Console.WriteLine("***** Methods *****");



MethodInfo[] mi = t.GetMethods();

foreach (MethodInfo m in mi)

{

// Could also simply say "Console.WriteLine(m)" as well,



// as ToString() is called automatically by WriteLine().


Download 21,46 Mb.

Do'stlaringiz bilan baham:
1   ...   1033   1034   1035   1036   1037   1038   1039   1040   ...   1830




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish