Type Property 型プロパティ

processInfo

Returns the process information agent for the process. そのプロセスに対するプロセス情報エージェントを返します。

Declaration 宣言

@property(class, readonly, strong) NSProcessInfo *processInfo;

Return Value 戻り値

Shared process information agent for the process. プロセスに対する共有プロセス情報エージェント。

Discussion 議論

An NSProcessInfo object is created the first time this method is invoked, and that same object is returned on each subsequent invocation. NSProcessInfoオブジェクトはこのメソッドが発動される最初の時に作成されます、そしてその同じオブジェクトが以降の発動のそれぞれで返されます。