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 SourceCheckForAssemblyDefinition()
Check if an assembly definition should be placed along side the written BuildInfo and write one.
Declaration
public static void CheckForAssemblyDefinition()
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. |
WriteDefaultFile()
Write default content to BuildInfo file.
Declaration
public static void WriteDefaultFile()