Instantiates a new instance of a CMixerPro class.

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public CMixerPro(
	string licenseKey,
	string serialNumber
)
Visual Basic
Public Sub New ( _
	licenseKey As String, _
	serialNumber As String _
)
Visual C++
public:
CMixerPro(
	String^ licenseKey, 
	String^ serialNumber
)

Parameters

licenseKey
Type: System..::..String

[Missing <param name="licenseKey"/> documentation for "M:NMixerProNET.CMixerPro.#ctor(System.String,System.String)"]

serialNumber
Type: System..::..String

[Missing <param name="serialNumber"/> documentation for "M:NMixerProNET.CMixerPro.#ctor(System.String,System.String)"]

Remarks

If this function is called with the incorrect parameters, the control may crash

See Also