C:\WINDOWS\assembly>dir /p
Volume in drive C has no label.
Volume Serial Number is 7875-6475
Directory of C:\WINDOWS\assembly
29/03/2008 16.21 DIR GAC
26/04/2008 20.05 DIR GAC_32
04/05/2008 22.53 DIR GAC_MSIL
28/03/2008 04.59 DIR NativeImages1_v1.1.4322
29/03/2008 20.24 DIR NativeImages_v2.0.50727_32
04/05/2008 22.53 DIR temp
04/05/2008 22.47 DIR tmp
0 File(s) 0 bytes
7 Dir(s) 25.301.377.024 bytes free
C:\WINDOWS\assembly>
As you can see, you can access to all your .NET dll, moving to GAC_MSIL folder. Locate your DLL (you see it as a folder), and export it in this way:
C:\WINDOWS\assembly\GAC_MSIL>cd Microsoft.SharePoint
C:\WINDOWS\assembly\GAC_MSIL\Microsoft.SharePoint>dir
Directory of C:\WINDOWS\assembly\GAC_MSIL\Microsoft.SharePoint
26/04/2008 20.04 DIR .
26/04/2008 20.04 DIR ..
26/04/2008 20.03 DIR 12.0.0.0__71e9bce111e9429c
3 Dir(s) 25.300.611.072 bytes free
C:\WINDOWS\assembly\GAC_MSIL\Microsoft.SharePoint>copy 12.0.0.0__71e9bce111e9429c c:\tmp
12.0.0.0__71e9bce111e9429c\Microsoft.SharePoint.dll
1 file(s) copied.
C:\WINDOWS\assembly\GAC_MSIL\Microsoft.SharePoint>
In this example i have copied the Microsoft.SharePoint DLL to my c:\tmp folder. Now using Reflector you can easly disassembly it.
Be the first to rate this post
August 15. 2009 00:27
Do you accept guest posts? I would love to write couple articles here.
Tissot Mens T Touch
August 16. 2009 22:39
Would you like to post a guest post on my blog?
Skagen Womens Stainless Steel
Welcome to my personal blog site. "myrocode.com" is about "codes from myro"! If you are interested in who is really myro and what is myrocode, visit About Me Anyway... Enjoy your staying and I hope this site can help you in what you are looking for.