- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PowerShell/コマンドレット/ オブジェクトのメンバー一覧 - Get-Member へ行く。
- 1 (2012-05-01 (火) 17:27:48)
- 2 (2012-05-01 (火) 17:27:54)
Get-Member オブジェクトのメンバー一覧
あるオブジェクト(ここでは文字列"abc")のメンバー(プロパティ・メソッド)一覧を取得する。
PS C:\Users\taro> "abc" | Get-Member TypeName: System.String Name MemberType Definition ---- ---------- ---------- Clone Method System.Object Clone() CompareTo Method int CompareTo(System.Object value), int CompareTo(string strB) Contains Method bool Contains(string value) CopyTo Method System.Void CopyTo(int sourceIndex, char[] destination, int destinationIndex,... (略)