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
Properties
Name
string Name { get; }
Property Value
- string
ScriptId
ScriptId ScriptId { get; }
Property Value
Type
Type Type { get; }
Property Value
- Type