Skip to main content
Corvus Connection

IScriptDescriptor

Interface
TheOmenDen.StreamPulse.Scripting.IScriptDescriptorImplemented by a script that wants to compute its identity metadata at runtime instead of declaring it statically with ScriptMetadataAttribute. Useful when the version or name is derived (e.g., read from the assembly or a config value).

Members

1
  • Describe
    method
    ScriptDescriptor Describe()
    Returns the script's identity metadata. Called once at load time.