3 xamlg \- Mono Xaml Class Generator
5 .B xamlg.exe [/lang:NAME] xamlfile[,outputfile]...
7 xamlg is a utility for generating partial classes from XAML.
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.
15 Generates Silverlight 2.0 partial classes. The specified NAME should
16 be the name of the XAP file that will host the code.
19 The language that the partial class should be created in. Available
20 options are CS for C Sharp or VB for Visual Basic.
23 Display information about xamlg
26 Copyright (C) 2007 Novell, Inc (http://www.novell.com)
28 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
30 Visit: http://www.mono-project.com for details