ScriptBuilder.

PrepareToBuild(bool, bool) Method

Summary

Determines the Weaver.Editor.Procedural.Scripting.ElementBuilder.Name of this type's members, attempts to resolve any naming conflicts, matches existing System.Reflection.MemberInfos with their appropriate members, and returns true if the script should be rebuilt for any reason (such as a member being added, removed, or renamed).
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural.Scripting
Containing Type
ScriptBuilder

Syntax

public bool PrepareToBuild(bool retainObsoleteMembers, bool logBuildErrors)

Parameters

Name Type Description
retainObsoleteMembers bool
logBuildErrors bool

Return Value

Type Description
bool