From: Aleksey Kliger Date: Tue, 25 Apr 2017 19:24:33 +0000 (-0400) Subject: [man] Document --apply-bindings=FILE option X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=c629125a1d3f05874455270a04b76d0d0ff3ddf9 [man] Document --apply-bindings=FILE option --- diff --git a/man/mono.1 b/man/mono.1 index e9e64c28508..dcde246d472 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -311,6 +311,16 @@ 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--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--attach=[options]\fR Currently the only option supported by this command line argument is \fBdisable\fR which disables the attach functionality.