Freigeben über


NSHost.Explicit Betreiber

Definition

Überlädt

Explicit(NSHost to IPAddress)
Explicit(NSHost to IPHostEntry)
Explicit(IPAddress to NSHost)
Explicit(IPHostEntry to NSHost)

Explicit(NSHost to IPAddress)

public static explicit operator System.Net.IPAddress (Foundation.NSHost host);
static member op_Explicit : Foundation.NSHost -> System.Net.IPAddress

Parameter

host
NSHost

Gibt zurück

Gilt für:

Explicit(NSHost to IPHostEntry)

public static explicit operator System.Net.IPHostEntry (Foundation.NSHost host);
static member op_Explicit : Foundation.NSHost -> System.Net.IPHostEntry

Parameter

host
NSHost

Gibt zurück

Gilt für:

Explicit(IPAddress to NSHost)

public static explicit operator Foundation.NSHost (System.Net.IPAddress address);
static member op_Explicit : System.Net.IPAddress -> Foundation.NSHost

Parameter

address
IPAddress

Gibt zurück

Gilt für:

Explicit(IPHostEntry to NSHost)

public static explicit operator Foundation.NSHost (System.Net.IPHostEntry hostEntry);
static member op_Explicit : System.Net.IPHostEntry -> Foundation.NSHost

Parameter

hostEntry
IPHostEntry

Gibt zurück

Gilt für: