Show / Hide Table of Contents

    Class DebugHelper

    Helps handle debug command-line arguments.

    Inheritance
    System.Object
    DebugHelper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: McMaster.Extensions.CommandLineUtils
    Assembly: McMaster.Extensions.CommandLineUtils.dll
    Syntax
    public static class DebugHelper

    Methods

    | Improve this Doc View Source

    HandleDebugSwitch(ref String[])

    Pauses the application for the debugger when '--debug' is passed in.

    Declaration
    public static void HandleDebugSwitch(ref string[] args)
    Parameters
    Type Name Description
    System.String[] args

    The command line arguments

    • Improve this Doc
    • View Source
    Back to top Generated with docfx