MonobjcMonobjc Documented Class Library
CWInterface Constructor (selector, firstParameter, otherParameters)
NamespacesMonobjc.CoreWLANCWInterfaceCWInterface(String, Object, array<Object>[]()[][])
Initializes a new instance of the CWInterface class.
Declaration Syntax
C#Visual BasicVisual C++
protected CWInterface(
	string selector,
	Object firstParameter,
	params Object[] otherParameters
)
Protected Sub New ( _
	selector As String, _
	firstParameter As Object, _
	ParamArray otherParameters As Object() _
)
protected:
CWInterface(
	String^ selector, 
	Object^ firstParameter, 
	... array<Object^>^ otherParameters
)
Parameters
selector (String)
The selector.
firstParameter (Object)
The first paramater.
otherParameters (array<Object>[]()[][])
The other parameters.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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