MonobjcMonobjc Documented Class Library
InterfaceWithName Method (name)
NamespacesMonobjc.CoreWLANCWInterfaceInterfaceWithName(NSString)

An instance method for obtaining an CWInterface object.

Original signature is '+ (CWInterface*)interfaceWithName:(NSString*)name '

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CWInterface InterfaceWithName(
	NSString name
)
Public Shared Function InterfaceWithName ( _
	name As NSString _
) As CWInterface
public:
static CWInterface^ InterfaceWithName(
	NSString^ name
)
Parameters
name (NSString)
An NSString representing the name of an Airport interface.
Return Value
An CWInterface object configured to control the named CoreWLAN interface.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.CoreWLAN (Module: Monobjc.CoreWLAN)