From c629125a1d3f05874455270a04b76d0d0ff3ddf9 Mon Sep 17 00:00:00 2001 From: Aleksey Kliger Date: Tue, 25 Apr 2017 15:24:33 -0400 Subject: [PATCH] [man] Document --apply-bindings=FILE option --- man/mono.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- 2.25.1