ScriptCallerInfo.

ScriptCallerInfo(string, FilePath, int) Constructor

Summary

Initializes a new instance of the ScriptCallerInfo class.
Namespace
Cake.Common.Diagnostics
Containing Type
ScriptCallerInfo

Syntax

public ScriptCallerInfo(string memberName, FilePath sourceFilePath, int sourceLineNumber)

Parameters

Name Type Description
memberName string The member name.
sourceFilePath FilePath The source file path.
sourceLineNumber int The source line number.

Return Value

Type Description
void