IScriptSession.

AddReference(FilePath) Method

Summary

Adds a reference path to the session.
Namespace
Cake.Core.Scripting
Containing Type
IScriptSession

Syntax

void AddReference(FilePath path)

Parameters

Name Type Description
path FilePath The reference path.

Return Value

Type Description
void