Click or drag to resize

BuildScripts Class

A collection of CSharp source files registered for the build.
Inheritance Hierarchy
SystemObject
  UMod.BuildEngineBuildScripts

Namespace:  UMod.BuildEngine
Assembly:  UMod-BuildEngine (in UMod-BuildEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class BuildScripts

The BuildScripts type exposes the following members.

Constructors
  NameDescription
Public methodBuildScripts
Initializes a new instance of the BuildScripts class
Top
Properties
  NameDescription
Public propertyHasScripts
Returns true if there are one or more source files registered.
Public propertyScriptCount
Get the number of source files registered.
Public propertySourceFiles
Get an array of source file paths.
Top
Methods
  NameDescription
Public methodRegisterScriptForBuild
Add the specified source file to the build.
Top
See Also