Table of Contents

Interface IScriptDefinition

Namespace
LunyScript
/
Assembly
LunyScript.dll

Metadata for a discovered LunyScript type. Represents the script ID and associated Type, not an instance.

public interface IScriptDefinition
Expand Details ...

Properties

Name

String Name { get; }

Property Value

String

ScriptId

ScriptId ScriptId { get; }

Property Value

ScriptId

Type

Type Type { get; }

Property Value

Type