Click or drag to resize

TestSource Constructor

Initializes a new instance of the TestSource class

Namespace: Demo3D.TestRunner
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public TestSource(
	ScriptContainer Script,
	bool IsCatalogScript
)

Parameters

Script  ScriptContainer

[Missing <param name="Script"/> documentation for "M:Demo3D.TestRunner.TestSource.#ctor(Demo3D.Visuals.ScriptContainer,System.Boolean)"]

IsCatalogScript  Boolean

[Missing <param name="IsCatalogScript"/> documentation for "M:Demo3D.TestRunner.TestSource.#ctor(Demo3D.Visuals.ScriptContainer,System.Boolean)"]

See Also