作成した構造に変更を加えるときはいつでも、変更が行われる前にセッションを終了する必要があります。これを行うためのより良い方法はありますか?
Add-Type @"
public struct Computer {
public string Name;
public string ProductName;
public string InstallDate;
public string LastBootTime;
public string ServicePack;
public string ProductVersion;
public string OSArchitecture;
public string Manufacturer;
public string Model;
public string Memory;
}
"@