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 |
Can I deploy non-MSI software with GPO?
What is tombstone lifetime attribute?
• 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 Server OS? What is Domain Controler?
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..
Hi, I'm currently placed in bangalore. where can i do Microsoft certification. let me know the best place to do.?
How many HDD we can connect to one system
How do you create a new application partition
You work as the application developer at Certkiller .com. The global cache contains an assembly named Certkiller Ass10. You are busy working on an assembly named Certkiller Ass09. Certkiller Ass9 includes a public method. You want the public method to be called from only Certkiller Ass10. Choose the permission class which you should use.
Which is best insistute to learn IIS 6.0 and 7.0
Name a few benefits of using GPMC.
What is Web Space? Where we use Web Space?