Initializer
init(address:)
Returns the NSHost
with the Internet address address
.
NSHost
を返します、それはインターネットアドレスaddress
を持ちます。
Declaration
宣言
convenience init(address: String
)
Parameters
パラメータ
address
Network address to look up. For example, "127.0.0.1"
or "fe80::1"
.
捜すネットワークアドレス。例えば、"127.0.0.1"
または"fe80::1"
。
Return Value
戻り値
The host for address
.
address
に対するホスト。
See Also
参照
Creating Hosts
ホストを作成する
class func current() -> Self
Returns an NSHost
object representing the host the process is running on.
それの上でプロセスが動作しているホストを表しているNSHost
オブジェクトを返します。
Deprecated
非推奨