CWNetworkProfile Constructors

Definition

Overloads

CWNetworkProfile()
CWNetworkProfile(CWNetworkProfile)
CWNetworkProfile(NSCoder)
CWNetworkProfile(NSObjectFlag)
CWNetworkProfile(IntPtr)

CWNetworkProfile()

[Foundation.Export("init")]
public CWNetworkProfile ();
Attributes

Applies to

CWNetworkProfile(CWNetworkProfile)

[Foundation.Export("initWithNetworkProfile:")]
public CWNetworkProfile (CoreWlan.CWNetworkProfile networkProfile);
new CoreWlan.CWNetworkProfile : CoreWlan.CWNetworkProfile -> CoreWlan.CWNetworkProfile

Parameters

networkProfile
CWNetworkProfile
Attributes

Applies to

CWNetworkProfile(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public CWNetworkProfile (Foundation.NSCoder coder);
new CoreWlan.CWNetworkProfile : Foundation.NSCoder -> CoreWlan.CWNetworkProfile

Parameters

coder
NSCoder
Attributes

Applies to

CWNetworkProfile(NSObjectFlag)

protected CWNetworkProfile (Foundation.NSObjectFlag t);
new CoreWlan.CWNetworkProfile : Foundation.NSObjectFlag -> CoreWlan.CWNetworkProfile

Parameters

Applies to

CWNetworkProfile(IntPtr)

protected internal CWNetworkProfile (IntPtr handle);
new CoreWlan.CWNetworkProfile : nativeint -> CoreWlan.CWNetworkProfile

Parameters

handle
IntPtr

nativeint

Applies to