Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-12-03 17:37:34 +0300
committerMiguel de Icaza <miguel@gnome.org>2001-12-03 17:37:34 +0300
commitc1ccc6e6a796042b2b5981ebbb21c05ce7abd626 (patch)
tree06dbf417fd2c0bee5785890e7a8aef27da6f594a /web
parent35f1ec6c8c002c2ed0aa5722a6b0641c5e849b84 (diff)
update
svn path=/trunk/mono/; revision=1512
Diffstat (limited to 'web')
-rw-r--r--web/anoncvs4
-rw-r--r--web/class-library20
2 files changed, 22 insertions, 2 deletions
diff --git a/web/anoncvs b/web/anoncvs
index 1aa3ff452de..31a38784e44 100644
--- a/web/anoncvs
+++ b/web/anoncvs
@@ -16,7 +16,7 @@
<pre>
export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
- cvs co -z3 mcs mono gtk-sharp
+ cvs -z3 co mcs mono gtk-sharp
</pre>
That will get you the compiler and class libraries (mcs), the
@@ -30,7 +30,7 @@
<pre>
export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
- cvs update -dP -z3 mcs mono gtk-sharp
+ cvs -z3 update -dP mcs mono gtk-sharp
</pre>
** Thanks
diff --git a/web/class-library b/web/class-library
index ead4a88af6a..92bd9c175a6 100644
--- a/web/class-library
+++ b/web/class-library
@@ -178,6 +178,26 @@
In those cases, use the keyword "LAMESPEC".
+** Namespaces
+
+ We are using a number of namespaces in the class libraries for
+ private classes when we need them, you are encouraged to use these:
+
+<pre>
+Mono
+ .Languages // General Compiler classes
+ .CSharp // Specific C# parsing/tokenizing classes
+ .MonoBASIC // Specific VB.NET/MonoBASIC parsing/tokenizing classes
+ .Python // Specific Python parsing/tokenizing classes
+ .Runtime
+ .LateBind // General latebinding-support for MonoBASIC/Python
+ .MonoBASIC // Specific runtime classes for MonoBASIC programs
+ .Python // Specific runtime classes for Python programs
+ .Web
+ .UI
+ .Utils // Gaurav utility classes
+</pre>
+
** FAQ
Frequently asked questions about the class library: