1 FCL question and 1 general question
-
1. I can't find the files "System.Text.RegularExpressions.dll" or "System.WinForms.dll"...May I ask if it is bundle with VS.NET or SDK itself? 2. May I ask if there is any Reference of Framework Class Library available to download, just like the API from java?? Since I want to develop my program with my notebook, but I didn't install any VS.NET at all. Thank you very much for your attention. Regards, Riddler
-
1. I can't find the files "System.Text.RegularExpressions.dll" or "System.WinForms.dll"...May I ask if it is bundle with VS.NET or SDK itself? 2. May I ask if there is any Reference of Framework Class Library available to download, just like the API from java?? Since I want to develop my program with my notebook, but I didn't install any VS.NET at all. Thank you very much for your attention. Regards, Riddler
- The namespace
System.Text.RegularExpressions
is defined insystem.dll
; TheWinForms
namespace was renamed after an early beta. It is now calledSystem.Windows.Forms
, and is hosted in the fileSystem.Windows.Forms.dll
; - Check out Lutz Roeder's Reflector: http://www.aisto.com/roeder/dotnet/[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
- The namespace