What are native functions?



What are native functions?..

Answer / Prashant Dhillo

Native functions, in the context of C#, are functions written in a language other than C#. They can be called from C# using P/Invoke (Platform Invocation Services) or by using a DLL (Dynamic Link Library).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is difference between var dynamic and object in c#?

1 Answers  


What is difference between dictionary and hashtable in c#?

1 Answers  


what are the differences b/w structure and class?

10 Answers  


What is using keyword in C#?

1 Answers   UGC Corporation,


Is c# strongly typed?

1 Answers  


What is data types in c#?

1 Answers  


What is the difference between iqueryable and ienumerable?

1 Answers  


What does it mean?

1 Answers  


If casting fails what type of exception is thrown?

1 Answers  


Explain the OOPS concept in C#?

1 Answers   HCL,


What is ControlBox Propertie

1 Answers   MCN Solutions,


An abstract class is inherited, an Interface also inherited(multiple inheritance), How it differences.

6 Answers   Synechron,


Categories