C# Class ImportDLL.importdll

Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
DllImport ( ) : System.Runtime.InteropServices
importdll ( ) : System.Runtime.InteropServices
myfun ( int a, int b ) : int

Method Details

DllImport() public méthode

public DllImport ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

importdll() public méthode

public importdll ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

myfun() public méthode

public myfun ( int a, int b ) : int
a int
b int
Résultat int