Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am new to the use of dll..,and i would like to know wat 'types' means in a dll..??
thnx for the reply
Posted

So am I.
And I haven't herad 'types' in a dll.
Maybe you haven't expressed your meaning clearly?
As I know dll is a kind of files widely used in Windows operating system.There are many functions defined in it and can be used by other *.exe.
 
Share this answer
 
v2
In a .NET assembly (normally one DLL), nearly all code is grouped into classes, structs, and enums. These are all collectively known as types, so System.Int32 is a type, just as MyCustomerClass is a type.
 
Share this answer
 
don't think od dlls as "what type"
here take a look
http://wiki.answers.com/Q/What_is_a_.dll_file
you will have a close look
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900