Search Results for

    Show / Hide Table of Contents

    Class MainArgs

    Inheritance
    Object
    MainArgs
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AnalysisPrograms.Production.Arguments
    Assembly: AnalysisPrograms.dll
    Syntax
    [Command("AnalysisPrograms.exe", AllowArgumentSeparator = true, Description = "QUT Ecoacoustics Analysis Programs", UnrecognizedArgumentHandling = UnrecognizedArgumentHandling.Throw)]
    [HelpOption(Inherited = true, ShowInHelpText = true)]
    [VersionOption("21.7.0.4", Template = "--version")]
    [Subcommand(new Type[]{typeof(HelpArgs), typeof(ListArgs), typeof(AnalysesAvailable), typeof(CheckEnvironment.Arguments), typeof(AnalyseLongRecording.Arguments), typeof(Audio2Sonogram.Arguments), typeof(Create4Sonograms.Arguments), typeof(DrawSummaryIndexTracks.Arguments), typeof(EventStatisticsEntry.Arguments), typeof(RecognizerEntry.Arguments), typeof(AudioCutter.Arguments), typeof(AudioFileCheck.Arguments), typeof(Aed.Arguments), typeof(ConcatenateIndexFiles.Arguments), typeof(DrawLongDurationSpectrograms.Arguments), typeof(DrawZoomingSpectrograms.Arguments), typeof(RibbonPlot.Arguments), typeof(DrawEasyImage.Arguments), typeof(BuildModel.Arguments), typeof(Audio2InputForConvCnn.Arguments), typeof(DifferenceSpectrogram.Arguments), typeof(EPR.Arguments), typeof(GroundParrotRecogniser.Arguments), typeof(LSKiwi3.Arguments), typeof(LSKiwiROC.Arguments), typeof(SnrAnalysis.Arguments), typeof(OscillationsGeneric.Arguments), typeof(Segment.Arguments), typeof(SurfAnalysis.Arguments), typeof(SpeciesAccumulationCurve.Arguments), typeof(SPT.Arguments), typeof(DummyAnalysis.Arguments), typeof(FileRenamer.Arguments), typeof(Sandpit.Arguments), typeof(MahnooshSandpit.Arguments)})]
    public class MainArgs

    Constructors

    | Improve this Doc View Source

    MainArgs()

    Declaration
    public MainArgs()

    Properties

    | Improve this Doc View Source

    Debug

    Declaration
    [Option(Description = "Do not show the debug prompt AND automatically attach a debugger. Has no effect in RELEASE builds", Inherited = true, ShortName = "D")]
    public bool Debug { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    DebugOption

    Declaration
    public DebugOptions DebugOption { get; set; }
    Property Value
    Type Description
    DebugOptions
    | Improve this Doc View Source

    LogLevel

    Declaration
    [Option(Description = "Set the log verbosity level. Valid values: None = 0, Error = 1, Warn = 2, Info = 3, Debug = 4, Trace = 5, Verbose = 6, All = 7", Inherited = true, ShortName = null)]
    public LogVerbosity LogLevel { get; set; }
    Property Value
    Type Description
    LogVerbosity
    | Improve this Doc View Source

    NoDebug

    Declaration
    [Option(Description = "Do not show the debug prompt and do not attach a debugger. Has no effect in RELEASE builds", Inherited = true, ShortName = "n")]
    public bool NoDebug { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    QuietConsole

    Declaration
    [Option("--quiet", Inherited = true, Description = "Reduce console logging to WARN and ERROR. Full logs still logged in file.")]
    public bool QuietConsole { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Verbose

    Declaration
    [Option("-v", Inherited = true, Description = "Set the logging to be verbose. Equivalent to LogLevel = Debug = 4")]
    public bool Verbose { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    VVerbose

    Declaration
    [Option("-vv", Inherited = true, Description = "Set the logging to very verbose. Equivalent to LogLevel = Trace = 5")]
    public bool VVerbose { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    VVVerbose

    Declaration
    [Option("-vvv", Inherited = true, Description = "Set the logging to very very verbose. Equivalent to LogLevel = ALL = 7")]
    public bool VVVerbose { get; set; }
    Property Value
    Type Description
    Boolean

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top