xsd.exe dll .
Windows XP xsd.exe, , , , .
- , (, , ) Visual Studio, xsd.exe , :
namespace XsdExeTest
{
class Program
{
static void Main(string[] args)
{
var rgs = new string[]
{
@"C:\publish\bin\SoAndSo.Library.dll",
"/type:SoAndSoNamespace.SoAndSoClassName"
};
XsdTool.Xsd.Main(rgs);
}
}
}
., "write file schema0.xsd". , , , .
, , , .
user74754