Skip to content

taidalog/PowerShell_Ref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerShell_Ref

PowerShell scripts to study how to use [ref] to call .NET method

  1. .\01_create_all_patterns\make_patterns.ps1 で組み合わせの CSV ファイルを作る
    • patterns64.csv は function, scriptblock 用
    • patterns8.csv は method 用
  2. CSV ファイルを元に .\01_create_all_patterns\copyTestByRef_function.ps1 で検証用のスクリプトを作る
  3. .\02_check_and_replace\check.ps1 で検証用のスクリプトを全て実行し、結果を .\02_check_and_replace\result_from_function.csv に出力する
  4. .\02_check_and_replace\replace.ps1 で 結果の CSV を Markdown に変換する
  5. Markdown に |:-:| を追加する
  6. scriptblock と method でも2以降を行う
    method は .\02_check_and_replace\check_method.ps1 を使う

result フォルダは途中から使うのをやめた。

About

PowerShell scripts to study how to use [ref] to call .NET method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published