Instance Property インスタンスプロパティ

globallyUniqueString

Global unique identifier for the process. プロセスに対するグローバルな固有識別子。

Declaration 宣言

@property(readonly, copy) NSString *globallyUniqueString;

Discussion 議論

The global ID for the process includes the host name, process ID, and a time stamp, which ensures that the ID is unique for the network. This property generates a new string each time its getter is invoked, and it uses a counter to guarantee that strings created from the same process are unique. プロセスに対するグローバルIDは、ホスト名、プロセスID、そしてタイムスタンプを含みます、それはIDがネットワークに対して特有であることを確実にします。このプロパティは、それのゲッターが発動されるたびごとに新しい文字列を生成します、そしてそれはあるカウンタを使うことで、同じプロセスから作成される文字列それらが特有であることを保証します。

See Also 参照

Accessing Process Information プロセス情報にアクセスする