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
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2008-09-08 21:55:37 +0400
committerMiguel de Icaza <miguel@gnome.org>2008-09-08 21:55:37 +0400
commit83c30dc314df53b101bd978c22a32d8dc0bc790a (patch)
tree66f00590a426316a9351560b533c06f1fdb5fdb6 /man/csharp.1
parentacc37b4a9b06f3697af754daa13ec689f0af7b24 (diff)
Document
svn path=/trunk/mono/; revision=112528
Diffstat (limited to 'man/csharp.1')
-rw-r--r--man/csharp.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/csharp.1 b/man/csharp.1
index 00e1ce967c6..8331b6ea5fc 100644
--- a/man/csharp.1
+++ b/man/csharp.1
@@ -249,6 +249,10 @@ statements and expressions are executed are static, they can be
invoked directly from the shell. These are the available properties
and methods:
.TP
+.I void LoadAssembly(string assembly)
+Loads the given assembly. This is equivalent to passing the compiler
+the -r: flag with the specified string.
+.TP
.I void LoadPackage(string package)
Imports the package specified. This is equivalent to invoking the
compiler with the -pkg: flag with the specified string.