home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / Sharp / SharpDevelop_1.0.3.1761_Setup.exe / NAnt.xml < prev    next >
Extensible Markup Language  |  2004-11-30  |  2KB  |  48 lines

  1. <?xml version="1.0"?>
  2. <doc>
  3.     <assembly>
  4.         <name>NAnt</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="T:NAnt.Console.ConsoleStub">
  8.             <summary>
  9.             Stub used to created <see cref="T:System.AppDomain"/> and launch real <c>ConsoleDriver</c> 
  10.             class in Core assembly.
  11.             </summary>
  12.         </member>
  13.         <member name="M:NAnt.Console.ConsoleStub.Main(System.String[])">
  14.             <summary>
  15.             Entry point for executable
  16.             </summary>
  17.             <param name="args">Command Line arguments</param>
  18.             <returns>The result of the real execution</returns>
  19.         </member>
  20.         <member name="T:NAnt.Console.ConsoleStub.HelperArguments">
  21.             <summary>
  22.             Helper class for invoking the application entry point in NAnt.Core
  23.             and passing the command-line arguments.
  24.             </summary>
  25.         </member>
  26.         <member name="M:NAnt.Console.ConsoleStub.HelperArguments.#ctor(System.String[])">
  27.             <summary>
  28.             Initializes a new instance of the <see cref="T:NAnt.Console.ConsoleStub.HelperArguments"/>
  29.             class with the specified command-line arguments.
  30.             </summary>
  31.             <param name="args"></param>
  32.         </member>
  33.         <member name="M:NAnt.Console.ConsoleStub.HelperArguments.CallConsoleRunner">
  34.             <summary>
  35.             Invokes the application entry point in NAnt.Core.
  36.             </summary>
  37.         </member>
  38.         <member name="P:NAnt.Console.ConsoleStub.HelperArguments.ExitCode">
  39.             <summary>
  40.             Gets the status that the build process returned when it exited.
  41.             </summary>
  42.             <value>
  43.             The code that the build process specified when it terminated.
  44.             </value>
  45.         </member>
  46.     </members>
  47. </doc>
  48.