You work as the application developer at Certkiller .com.
You are working on an application and want to use platform
invoke services to call an unmanaged function from managed code.
How will you accomplish the task?
Answer / gaaa
A. Create a class to store DLL functions. Create prototype
methods by using the managed code.
B. Use COM to register the assembly. Reference the managed
code from COM.
C. Export a type library for the managed code.
D. Import a type library as an assembly. Create instances of
COM object.
Answer: A
Explanation: It is good practice to wrap the messy P-Invoke
code with a .net class.
The main benefit is to keep the client code tidy as the
messy and cryptic code will be hidden away. Also better for
maintenance e.g dll name or version changes.
The question explicitly says the unmanaged code should be
called with platform invoke services. Importing\exporting a
type library is relevant for interoperation with COM.
Is This Answer Correct ? | 0 Yes | 0 No |
How I Should get Microsoft Certification
what are basic certification courses in computer?
What is application server and Web server? Difference between Application server and Web Server? give example of both?
What FSMO placement considerations do you know of?
What is tombstone lifetime attribute?
What are the DS
Is there any Microsoft Certification Examination for the software testing?
i WISH TO WRITE MISCROSOFT DOTNET CERTIFICATION EXAM? HOW MANY PAPERS ARE THERE? PLEASE EXPLAIN ABOUT EACH PAPERS
I AM A FINAL YEAR M.C.A STUDENT.I HAVE DONE OCA AND GOING FOR OCP in oracle 9i developer track and also i am planning for doing MCTS(SQL SERVER 2005) certification. is there any future prospects and it will be benificial for me? reply as early as possible .
What are the requirements for installing AD on a new server?
• How do you view all the GCs in the forest? • Why not make all DCs in a large forest as GCs? • Trying to look at the Schema, how can I do that? • What are the Support Tools? Why do I need them? • What is LDP? What is REPLMON? What is ADSIEDIT? What is NETDOM? What is REPADMIN?
What is the function of Domain Partition?