An instance method for obtaining an CWInterface object.
Original signature is '+ (CWInterface*)interfaceWithName:(NSString*)name '
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public static CWInterface InterfaceWithName( NSString name )
Public Shared Function InterfaceWithName ( _ name As NSString _ ) As CWInterface
public: static CWInterface^ InterfaceWithName( NSString^ name )

- name (NSString)
- An NSString representing the name of an Airport interface.

An CWInterface object configured to control the named CoreWLAN interface.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)