Partager via


NSHost.Explicit Opérateur

Définition

Surcharges

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

Paramètres

host
NSHost

Retours

S’applique à

Explicit(NSHost to IPHostEntry)

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

Paramètres

host
NSHost

Retours

S’applique à

Explicit(IPAddress to NSHost)

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

Paramètres

address
IPAddress

Retours

S’applique à

Explicit(IPHostEntry to NSHost)

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

Paramètres

hostEntry
IPHostEntry

Retours

S’applique à