Search Results for

    Show / Hide Table of Contents

    Class BuildInfoProvider

    A set of tools to produce the content used for the BuildInfo generated file, as well as the surrounding assembly definition, as well as an ability to reset the file.

    Inheritance
    System.Object
    BuildInfoProvider
    Namespace: GDX.Editor.Build
    Syntax
    public static class BuildInfoProvider

    Methods

    | Improve this Doc View Source

    CheckForAssemblyDefinition()

    Check if an assembly definition should be placed along side the written BuildInfo and write one.

    Declaration
    public static void CheckForAssemblyDefinition()
    | Improve this Doc View Source

    GetContent(Boolean, String)

    Create the content for the BuildInfo file based on provided information.

    Declaration
    public static string GetContent(bool forceDefaults = false, string internalDescription = null)
    Parameters
    Type Name Description
    System.Boolean forceDefaults

    Should all default values be used instead?

    System.String internalDescription

    An internally used description.

    Returns
    Type Description
    System.String

    The files content.

    | Improve this Doc View Source

    WriteDefaultFile()

    Write default content to BuildInfo file.

    Declaration
    public static void WriteDefaultFile()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.