description
A textual representation of the receiver.
Availability
Technology
+ (NSString
*)description;
A string that represents the contents of the receiving class. レシーバであるクラスの内容を表した文字列。
The debugger’s print-object command invokes this method to produce a textual description of an object. デバッガの持つ「オブジェクト出力」コマンドは、このメソッドを発動することで、あるオブジェクトのテキスト記述を生成します。
NSObject
's implementation of this method simply prints the name of the class.
description