Interface IScriptSourceBase
Represents methods and properties to work with script text, files or projects.
public interface IScriptSourceBase
Properties
- Expression
When implemented by a class, gets expression to evaluate.
- HasExpression
When implemented by a class, returns boolean value indicating whether
ScriptSource
contains expression to evaluate.
- HasProject
When implemented by a class, returns boolean value indicating whether
ScriptSource
is associated with the project.
- HasScriptCode
When implemented by a class, returns boolean value indicating whether
ScriptSource
contains script code to execute.
- HasScriptFile
When implemented by a class, returns boolean value indicating whether
ScriptSource
contains script file to execute.
- ProjectFileName
When implemented by a class, gets a file name of the Visual Studio project containing script files to execute.
- ScriptCode
When implemented by a class, gets script code to execute.
- ScriptFile
When implemented by a class, gets single script file to execute.