CWWirelessProfile Constructors

Definition

Overloads

CWWirelessProfile()
CWWirelessProfile(NSCoder)
CWWirelessProfile(NSObjectFlag)
CWWirelessProfile(IntPtr)

CWWirelessProfile()

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

Applies to

CWWirelessProfile(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

CWWirelessProfile(NSObjectFlag)

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

Parameters

Applies to

CWWirelessProfile(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to