regenerated
[moon.git] / man / xamlg.1
blob1b67efb96e19df4e372913af698d01f27254d204
1 .TH "xamlg" 1
2 .SH NAME
3 xamlg \- Mono Xaml Class Generator
4 .SH SYNOPSIS
5 .B xamlg.exe [/lang:NAME] xamlfile[,outputfile]...
6 .SH DESCRIPTION
7 xamlg is a utility for generating partial classes from XAML.
8 .PP
9 xamlg will scan XAML files for x:Name'd elements and create
10 memberfields for those elements.  This allows users to easily
11 reference elements in a XAML file from their .NET code.
12 .SH OPTIONS
13 .TP
14 .B -sl2app:NAME
15 Generates Silverlight 2.0 partial classes.   The specified NAME should
16 be the name of the XAP file that will host the code.
17 .TP
18 .B @lang
19 The language that the partial class should be created in.  Available
20 options are CS for C Sharp or VB for Visual Basic.
21 .TP
22 .B -? | -help
23 Display information about xamlg
24 .PP
25 .SH COPYRIGHT
26 Copyright (C) 2007 Novell, Inc (http://www.novell.com)
27 .SH MAILING LISTS
28 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
29 .SH WEB SITE
30 Visit: http://www.mono-project.com for details