protected override void ProcessRecord() { BuildObject build = new BuildObject(); build.Framework = "4.0.30319"; this.WriteObject(build); }