ScriptCallerInfo Class

Summary

Represents a caller information.
Namespace
Cake.Common.Diagnostics
Base Types
  • object
graph BT Type-->Base0["object"] Type["ScriptCallerInfo"] class Type type-node

Syntax

public sealed class ScriptCallerInfo

Constructors

Name Summary
ScriptCallerInfo(string, FilePath, int) Initializes a new instance of the ScriptCallerInfo class.

Properties

Name Value Summary
MemberName string
Gets the method or property name of the caller to the method.
SourceFilePath FilePath
Gets the full path of the source file that contains the caller.
SourceLineNumber int
Gets the line number in the source file at which the method is called.

Methods

Name Value Summary
ToString() string
Returns a string containing the full path of the source file and the line number in the source file at which the method is called.

Extension Methods

Name Value Summary
Dump<ScriptCallerInfo>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ScriptCallerInfo>(ScriptCallerInfo[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ScriptCallerInfo>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ScriptCallerInfo>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ScriptCallerInfo>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ScriptCallerInfo>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin