5 スクリプトチュートリアル
設定オプション
builder.ConfigSyntaxOptions(opt=>opt.WithLanguageVersion(LanguageVersion.CSharp6))
スクリプトの追加
Using Codeの動作をBuilderに従ってオーバーライドする
builder.WithCombineUsingCode(UsingLoadBehavior.WithAll)
builder.Add(myCode)
カスタムなUsing Codeのオーバーライド
第2引数でオーバーライドの動作を指定します
builder.Add("script",UsingLoadBehavior.WithCurrent)