tags:

views:

37

answers:

1

Hi everyone,

I would like to obtain the results retrieved from pageTest execution (core @ CVS) from a C# project (library or console). pageTest source code shows a dynamic library project (generating a DLL file) and also an application project (generating an EXE file).

Do anybody have previous experience related to this issue? Any tips or recommendations?

Thanks in advance for your response.

Regards

+1  A: 

You need to look at PINVOKE for more information I think. The Link is to an MSDN article called : Calling Win32 DLLs in C# with P/Invoke

Preet Sangha