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 Posted / 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 |
Post New Answer View All Answers
Which is best among dotnet and dotnet diploma? Friends Please answer this question as soon as possible.
Can you connect Active Directory to other 3rd-party Directory Services? Name a few options.
Hi, I want to do asp.net certification. So please guide me how i can proceed.
mcse 2003 to mcitp upgrade paper
What are application partitions? When do I use them
How do you create a new application partition
Which is best insistute to learn IIS 6.0 and 7.0
Hi can any one help me for 70-562 dumps?
windows file/folder sharing ?
HOW TO USE FSMO ROLES IN FOREST.. MEANS IF WE HAVE A THREE DOAMINS IN FOREST .....THEY R HYD.COM(FIRST ONE....PRIMARY DOMAIN IN THE FOREST),BANG.COM (SECOND DOMAIN),CSD.COM(THIRD DOMAIN). I WANT TO IMPLEMENT FSMO ROLES IN THIRD DOMAIN HOW TO IMPLEMENT IT ...MEANS HOW TO CONNECT WITH DOAMIN AND WHAT ROLES WE IMPLEMENT..
Types of routing groups
What are sites? What are they used for?
I want to clear the mcse in 2007. So could i get the latest dump of msce questions?
HI Guys...... Good day ahead How many sub domains can be added in exchange server means in a domain
What is POST?