Method | Description | |
---|---|---|
AddGetToolToScope ( ScriptScope scope, Project project = null ) : void | ||
CreateEngine ( ) : ScriptEngine | ||
GetTargetRelativePath ( IFileSystemDirectory innerRoot, string path ) : TargetRelativePath | ||
ScriptRunnerBase ( IFileSystemDirectory targetRoot, IReferenceBuilderFactory referenceBuilderFactory, IBuildContextFactory buildContextFactory ) : System |
Method | Description | |
---|---|---|
GetTool ( string uri, string fileName, Project project ) : string |
protected AddGetToolToScope ( ScriptScope scope, Project project = null ) : void | ||
scope | ScriptScope | |
project | Project | |
return | void |
protected GetTargetRelativePath ( IFileSystemDirectory innerRoot, string path ) : TargetRelativePath | ||
innerRoot | IFileSystemDirectory | |
path | string | |
return | TargetRelativePath |
protected ScriptRunnerBase ( IFileSystemDirectory targetRoot, IReferenceBuilderFactory referenceBuilderFactory, IBuildContextFactory buildContextFactory ) : System | ||
targetRoot | IFileSystemDirectory | |
referenceBuilderFactory | IReferenceBuilderFactory | |
buildContextFactory | IBuildContextFactory | |
return | System |