namespace CoreWlan
{
[Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
[Obsoleted(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[Register("CWWirelessProfile", true)]
public class CWWirelessProfile : NSObject, INSCoding, INSCopying, INativeObject, IDisposable
{
[BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
protected CWWirelessProfile(NSObjectFlag! t);
}
}