ICallScriptInfoProvider Interface

Defines the interface required by a type which loads information about a script call.

Inheritance Hierarchy

Syntax

public interface ICallScriptInfoProvider

Methods

Name Description
TryLoad(string name)

Tries to load information about a script call for a script of the specified name.

TryLoad(string name, object loadContext)

Tries to load information about a script call for a script of the specified name, in the specified context

Remarks

This is intended only for use by Inedo; third-party extensions should not use this class.