C# Class ImportDLL.importdll

Mostra file Open project: shendongnian/code

Public Methods

Method Description
DllImport ( ) : System.Runtime.InteropServices
importdll ( ) : System.Runtime.InteropServices
myfun ( int a, int b ) : int

Method Details

DllImport() public method

public DllImport ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

importdll() public method

public importdll ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

myfun() public method

public myfun ( int a, int b ) : int
a int
b int
return int