MonobjcMonobjc Documented Class Library
CW8021XProfile Constructor (selector, firstParameter, otherParameters)
NamespacesMonobjc.CoreWLANCW8021XProfileCW8021XProfile(String, Object, array<Object>[]()[][])
Initializes a new instance of the CW8021XProfile class.
Declaration Syntax
C#Visual BasicVisual C++
protected CW8021XProfile(
	string selector,
	Object firstParameter,
	params Object[] otherParameters
)
Protected Sub New ( _
	selector As String, _
	firstParameter As Object, _
	ParamArray otherParameters As Object() _
)
protected:
CW8021XProfile(
	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)