C# 0 The Complete Reference


AbsMax( ) . Call this file  ExtMeth.c



Download 4,07 Mb.
Pdf ko'rish
bet775/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   771   772   773   774   775   776   777   778   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

AbsMax( )

. Call this file 



ExtMeth.c

.

#include



int __declspec(dllexport) AbsMax(int a, int b) {

  return abs(a) < abs(b) ? abs(b) : abs(a);

}

The


AbsMax( )

 method compares the absolute values of its two parameters and returns the 

maximum. Notice the use of 

__declspec(dllexport)

. This is a Microsoft-specific extension to 

the C language that tells the compiler to export the 

AbsMax( )

 method within the DLL that 

contains it. You must use this command line to compile 

ExtMeth.c.

CL /LD /MD ExtMeth.c

This creates a DLL file called 

ExtMeth.dll

.

Next is a program that uses 



AbsMax( )

:

using System;



using System.Runtime.InteropServices;

class ExternMeth {

  // Here an extern method is declared.

  [DllImport("ExtMeth.dll")]

  public extern static int AbsMax(int a, int b);

  static void Main() {

    // Use the extern method.

www.freepdf-books.com




610

 

P a r t   I :  



T h e   C #   L a n g u a g e

    int max = AbsMax(-10, -20);

    Console.WriteLine(max);

  }


}

Notice the use of the 



DllImport

 attribute. It tells the compiler what DLL contains the 




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   771   772   773   774   775   776   777   778   ...   1096




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