xamarinmac
namespace CoreWlan
{
[Register("CWNetwork", true)]
public class CWNetwork : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.MacOSX, 10, 7, PlatformArchitecture.All, null)]
[Obsoleted(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
public virtual NSNumber! Channel
{
[Deprecated(PlatformName.MacOSX, 10, 7, PlatformArchitecture.All, null)]
[Export("channel")]
[Obsoleted(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
get;
}
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |