Man page - sgen(1)
Packages contas this manual
- aprofutil(1)
- al(1)
- pdb2mdb(1)
- mono-cil-strip(1)
- crlupdate(1)
- macpack(1)
- makecert(1)
- mono-shlib-cop(1)
- cilc(1)
- mono-xmltool(1)
- cccheck(1)
- monop(1)
- sn(1)
- monop2(1)
- dtd2xsd(1)
- resgen(1)
- disco(1)
- permview(1)
- resgen2(1)
- sqlsharp(1)
- chktrust(1)
- ilasm(1)
- genxs(1)
- mconfig(1)
- mono-symbolicate(1)
- al2(1)
- signcode(1)
- sgen(1)
- wsdl(1)
- certmgr(1)
- xsd(1)
- setreg(1)
- cert2spc(1)
- mkbundle(1)
- soapsuds(1)
- wsdl2(1)
- httpcfg(1)
- secutil(1)
- lc(1)
- mozroots(1)
- caspol(1)
Package: mono-devel
apt-get install mono-devel
apt-get install mono-devel
Manuals in package:
Documentations in package:
Manual
| Mono(sgen) | Mono(sgen) |
NAME
sgen - Mono XML Serializer GENerator
SYNOPSIS
sgen [options]
DESCRIPTION
Generates pre-compilable custom XML serializer classes for specific types.
OPTIONS
- --assembly[:filename] , -a
- Specifies the assembly filename to process.
- --type[:typefullname] , -t
- Explicitly specifies the runtime type to process.
- --reference:[filename] , -r
- Specifies an assembly filename, which is referenced by the target assembly and thus required to process it.
- --compiler:[options] , -c
- Specifies compiler options.
- --proxytypes , -p
- (Not supported yet.)
- --debug , -d
- Indicates the compiler to generate debug information.
- --keep , -k
- Indicates the compiler to keep generated temporary source files.
- --force , -f
- Indicates the generator to force overwriting existing assembly.
- --out:[output-directory] , -o
- Specifies the output directory for resulting files. By default, it is current directory.
- --nologo , -n
- Indicates to not print the logo for this tool.
- --silent , -s
- Indicates the tool to run silently.
- --verbose , -v
- Indicates the tool to be more verbose on its progress.
- --help , -?
- Display command line help.
FEATURES
Generated classes are supported only after 2.0 profile.
AUTHOR
Written by Lluis Sanchez Gual
COPYRIGHT
Copyright (C) 2006 Novell.
MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
WEB SITE
Visit http://www.mono-project.com for details
SEE ALSO
xsd(1),wsdl(1),genxs(1)