Show / Hide Table of Contents

    Class Config

    Global configuration.

    Inheritance
    System.Object
    Config
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ComponentTask
    Assembly: cs.temp.dll.dll
    Syntax
    public static class Config

    Properties

    GlobalDiagnosticsActive

    Should diagnostics be enabled.

    Declaration
    public static bool GlobalDiagnosticsActive { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if diagnostics are active, otherwise false.

    Remarks

    Runs all tasks with the 'DiagnosticLogging' flag.

    Back to top ComponentTask documentation