X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmono.1;h=b23581535c583425416b8a9dc3fdf8ae78451a89;hb=6ac36d6c40a2dd0ab2800c23d08894856b193c2f;hp=e9e64c2850850a7257899c65a02be581cac0d48d;hpb=897ecfd59c21eed6d0a7929721ea88442316f1fa;p=mono.git diff --git a/man/mono.1 b/man/mono.1 index e9e64c28508..b23581535c5 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -311,6 +311,26 @@ Instructs the AOT compiler to emit (or not emit) debug symbol information. For more information about AOT, see: http://www.mono-project.com/docs/advanced/aot/ .RE .TP +\fB--aot-path=PATH\fR +List of additional directories to search for AOT images. +.TP +\fB--apply-bindings=FILE\fR +Apply the assembly bindings from the specified configuration file when running +the AOT compiler. This is useful when compiling an auxiliary assembly that is +referenced by a main assembly that provides a configuration file. For example, +if app.exe uses lib.dll then in order to make the assembly bindings from +app.exe.config available when compiling lib.dll ahead of time, use: +.nf + mono --apply-bindings=app.exe.config --aot lib.dll +.fi +.TP +\fB--assembly-loader=MODE\fR +If mode is \fBstrict\fR, Mono will check that the public key token, culture and version +of a candidate assembly matches the requested strong name. If mode is \fBlegacy\fR, as +long as the name matches, the candidate will be allowed. \fBstrict\fR is the behavior +consistent with .NET Framework but may break some existing mono-based applications. +The default is \fBlegacy\fR. +.TP \fB--attach=[options]\fR Currently the only option supported by this command line argument is \fBdisable\fR which disables the attach functionality. @@ -321,9 +341,6 @@ The default files are /etc/mono/config and ~/.mono/config or the file specified in the MONO_CONFIG environment variable, if set. See the mono-config(5) man page for details on the format of this file. .TP -\fB--aot-path=PATH\fR -List of additional directories to search for AOT images. -.TP \fB--debugger-agent=[options]\fR This instructs the Mono runtime to start a debugging agent inside the Mono runtime and connect it to a