Sha256: d3ca348bf114e316abda54a15c1d1b0bd7f75a9e207ebf442dc8154944cd78fc

Contents?: true

Size: 1.99 KB

Versions: 9

Compression:

Stored size: 1.99 KB

Contents

<?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="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>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
albacore-0.3.6 spec/support/Tools/NAnt-0.85/bin/NAnt.xml
albacore-1.0.0.rc.2 spec/support/Tools/NAnt-0.85/bin/NAnt.xml
albacore-1.0.0.rc.1 spec/support/Tools/NAnt-0.85/bin/NAnt.xml
albacore-0.3.5 spec/support/Tools/NAnt-0.85/bin/NAnt.xml
albacore-0.3.4 spec/support/Tools/NAnt-0.85/bin/NAnt.xml
albacore-0.3.3 spec/support/Tools/NAnt-0.85/bin/NAnt.xml
albacore-0.3.2 spec/support/Tools/NAnt-0.85/bin/NAnt.xml
albacore-0.3.1 spec/support/Tools/NAnt-0.85/bin/NAnt.xml
albacore-0.3.0 spec/support/Tools/NAnt-0.85/bin/NAnt.xml