Document
authorMiguel de Icaza <miguel@gnome.org>
Mon, 8 Sep 2008 17:55:37 +0000 (17:55 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 8 Sep 2008 17:55:37 +0000 (17:55 -0000)
svn path=/trunk/mono/; revision=112528

man/csharp.1

index 00e1ce967c611f183c84eb93e06180c95a84bfe5..8331b6ea5fc1d078b446839337d83b8b4a94a70c 100644 (file)
@@ -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.