Click or drag to resize

ScriptGuidAttribute Constructor

Creates a new instance with the specified script guid.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public ScriptGuidAttribute(
	string guid
)

Parameters

guid  String
The unique identifier to assign the script.
See Also