Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man/xsd.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/xsd.1')
-rw-r--r--man/xsd.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/xsd.1 b/man/xsd.1
index ec6673b5bce..ab194d04d60 100644
--- a/man/xsd.1
+++ b/man/xsd.1
@@ -49,6 +49,9 @@ Specifies the namespace of the XML schema element for which a class or a dataset
.I "/language:name" "/l:name"
Specifies the programming language to use for the generated code. The only supported languages are CS (C#) and VB (Visual Basic.NET).
.TP
+.I "/generator:type,assembly" "/g:type,assembly"
+Indicates xsd.exe to use custom CodeDomProvider to generate code. Type name must be full name. Assembly name is file name that xsd.exe tries to load.
+.TP
.I "/outputdir:path" "/o:path"
Specifies the directory where to generate the code or schemas.
.TP