อะไรคือความแตกต่างระหว่างตัวแปร$a
และ$b
?
$a = (Get-Date).DayOfWeek
$b = Get-Date | Select-Object DayOfWeek
ผมพยายามตรวจสอบ
$a.GetType
$b.GetType
MemberType : Method
OverloadDefinitions : {type GetType()}
TypeNameOfValue : System.Management.Automation.PSMethod
Value : type GetType()
Name : GetType
IsInstance : True
MemberType : Method
OverloadDefinitions : {type GetType()}
TypeNameOfValue : System.Management.Automation.PSMethod
Value : type GetType()
Name : GetType
IsInstance : True
แต่ดูเหมือนว่าจะไม่มีความแตกต่างแม้ว่าผลลัพธ์ของตัวแปรเหล่านี้จะดูแตกต่างกัน