summaryrefslogtreecommitdiff
path: root/build/tools/nant/NAnt.xml
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-11-04 15:22:16 -0700
committermo <mo.khan@gmail.com>2018-11-04 15:22:16 -0700
commit5ee1f55497a4e30322a56f133f897ecde1612967 (patch)
treebf544e0879234c3623869627d8786776cb19b8e9 /build/tools/nant/NAnt.xml
initial commit.HEADmaster
Diffstat (limited to 'build/tools/nant/NAnt.xml')
-rw-r--r--build/tools/nant/NAnt.xml78
1 files changed, 78 insertions, 0 deletions
diff --git a/build/tools/nant/NAnt.xml b/build/tools/nant/NAnt.xml
new file mode 100644
index 0000000..286dda1
--- /dev/null
+++ b/build/tools/nant/NAnt.xml
@@ -0,0 +1,78 @@
+<?xml version="1.0"?>
+<doc>
+ <assembly>
+ <name>NAnt</name>
+ </assembly>
+ <members>
+ <member name="T:NAnt.Console.ConsoleStub">
+ <summary>
+ Stub used to created <see cref="T:System.AppDomain"/> and launch real <c>ConsoleDriver</c>
+ class in Core assembly.
+ </summary>
+ </member>
+ <member name="M:NAnt.Console.ConsoleStub.Main(System.String[])">
+ <summary>
+ Entry point for executable
+ </summary>
+ <param name="args">Command Line arguments</param>
+ <returns>The result of the real execution</returns>
+ </member>
+ <member name="M:NAnt.Console.ConsoleStub.ConstructPrivateBinPath(NAnt.Console.ConsoleStub.Framework,System.String)">
+ <summary>
+ Constructs the privatebinpath.
+ </summary>
+ <remarks>
+ <para>
+ For the common version dir, we do not use the framework version
+ as defined in the NAnt configuration file but the CLR version
+ since the assemblies in that directory are not specific to a
+ certain family and the framwork version might differ between
+ families (eg. mono 1.0 == .NET 1.1).
+ </para>
+ </remarks>
+ <param name="runtimeFramework">The runtime framework.</param>
+ <param name="baseDir">The base directory of the domain.</param>
+ <returns>
+ The privatebinpath.
+ </returns>
+ </member>
+ <member name="M:NAnt.Console.ConsoleStub.GetRelativePath(System.String,System.String)">
+ <summary>
+ Given an absolute directory and an absolute file name, returns a
+ relative file name.
+ </summary>
+ <param name="basePath">An absolute directory.</param>
+ <param name="absolutePath">An absolute file name.</param>
+ <returns>
+ A relative file name for the given absolute file name.
+ </returns>
+ </member>
+ <member name="T:NAnt.Console.ConsoleStub.HelperArguments">
+ <summary>
+ Helper class for invoking the application entry point in NAnt.Core
+ and passing the command-line arguments.
+ </summary>
+ </member>
+ <member name="M:NAnt.Console.ConsoleStub.HelperArguments.#ctor(System.String[],System.String)">
+ <summary>
+ Initializes a new instance of the <see cref="T:NAnt.Console.ConsoleStub.HelperArguments"/>
+ class with the specified command-line arguments.
+ </summary>
+ <param name="args">The commandline arguments passed to NAnt.exe.</param>
+ <param name="probePaths">Directories relative to the base directory of the AppDomain to probe for missing assembly references.</param>
+ </member>
+ <member name="M:NAnt.Console.ConsoleStub.HelperArguments.CallConsoleRunner">
+ <summary>
+ Invokes the application entry point in NAnt.Core.
+ </summary>
+ </member>
+ <member name="P:NAnt.Console.ConsoleStub.HelperArguments.ExitCode">
+ <summary>
+ Gets the status that the build process returned when it exited.
+ </summary>
+ <value>
+ The code that the build process specified when it terminated.
+ </value>
+ </member>
+ </members>
+</doc>