Browse Source

Document

svn path=/trunk/mono/; revision=112528
Miguel de Icaza 17 years ago
parent
commit
83c30dc314
1 changed files with 4 additions and 0 deletions
  1. 4 0
      man/csharp.1

+ 4 - 0
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.