私はsome_script.linq
LinQPadのLPrunで実行中にスクリプト名を取得する方法はありますか?
void Main()
{
string scriptName = SomeHowGetTheNameOfThisScript(); //I want this function
Console.WriteLine(scriptName);
}
という名前のスクリプトを持っている場合、私はlprun -lang=program some_script.linq
を実行したときに、私は"some_script.linq"
を表示させたいが、それは可能ですか?発見