Convenience method for getting an CWInterface object with the specified name.
Original signature is '- (CWInterface*)initWithInterfaceName:(NSString*)name '
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual CWInterface InitWithInterfaceName( NSString name )
Public Overridable Function InitWithInterfaceName ( _ name As NSString _ ) As CWInterface
public: virtual CWInterface^ InitWithInterfaceName( 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)