__export keyword

K

Kiran A K

Hi,

I have seen the __export keyword being used in some C# code.
Can anyone tell me what exactly is the functionality of the __export
keyword?

Regards,
Kiran
 
J

Jon Skeet [C# MVP]

Kiran A K said:
I have seen the __export keyword being used in some C# code.
Can anyone tell me what exactly is the functionality of the __export
keyword?

I can't say I've ever seen it - could you give an example of its use?
It's not in MSDN as far as I can see.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Keywords used in C# at this site 1
ConnectionPool 1
about null values 8
Linq to sql variable where clause 3
c# basics 14
keyword scanner/parser 4
new keyword scope 7
Reserved Keyword 4

Top