C:\Program Files (x86)\Microsoft Dynamics AX\50\Client\Bin\
Arg methodu ile extTypes enum ile parametre tipleri belirtilir. Kullanımı:
void Test()
{
DLL testDll;
DLLFunction test;
;
testDll = new DLL("MyTestDLL.dll");
test = new DLLFunction(printDLL, "MyTestingMethod");
test.arg(extTypes::Word ,extTypes::String);
test.call(12345,"ABCDE");{
DLL testDll;
DLLFunction test;
;
testDll = new DLL("MyTestDLL.dll");
test = new DLLFunction(printDLL, "MyTestingMethod");
test.arg(extTypes::Word ,extTypes::String);
}
Hiç yorum yok:
Yorum Gönder