Search Results for

    Show / Hide Table of Contents

    Class Meta

    Inheritance
    Object
    Meta
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Acoustics.Shared
    Assembly: Acoustics.Shared.dll
    Syntax
    public static class Meta

    Fields

    | Improve this Doc View Source

    CopyrightSymbol

    Declaration
    public const string CopyrightSymbol = "©"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Description

    Declaration
    public const string Description = "QUT Ecoacoustics Analysis Programs"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    GroupName

    Declaration
    public const string GroupName = "QUT Ecoacoustics Research Group"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Name

    Declaration
    public const string Name = "AnalysisPrograms.exe"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    NowYear

    Declaration
    public static readonly int NowYear
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    ProjectName

    Declaration
    public const string ProjectName = "AnalysisPrograms"
    Field Value
    Type Description
    String

    Properties

    | Improve this Doc View Source

    DebuggingHelp

    Declaration
    public static string DebuggingHelp { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Organization

    Declaration
    public static string Organization { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    OrganizationTag

    Declaration
    public static string OrganizationTag { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Repository

    Declaration
    public static string Repository { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Website

    Declaration
    public static string Website { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    BinaryName(Boolean)

    Declaration
    public static string BinaryName(bool isSelfContained)
    Parameters
    Type Name Description
    Boolean isSelfContained
    Returns
    Type Description
    String
    | Improve this Doc View Source

    GetAttributesFromQutAssemblies<T>()

    Declaration
    public static IEnumerable<T> GetAttributesFromQutAssemblies<T>()
        where T : Attribute
    Returns
    Type Description
    IEnumerable<T>
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    GetDocsUrl(String)

    Declaration
    public static string GetDocsUrl(string page)
    Parameters
    Type Name Description
    String page
    Returns
    Type Description
    String
    | Improve this Doc View Source

    GetTypesFromQutAssemblies<T>()

    Declaration
    public static IEnumerable<TypeInfo> GetTypesFromQutAssemblies<T>()
    Returns
    Type Description
    IEnumerable<TypeInfo>
    Type Parameters
    Name Description
    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