BASS.NET API for the Un4seen BASS Audio Library

BassNetRegistration Method

BASS.NET API for the Un4seen BASS Audio Library
Registers your BASS.NET version and suppresses the freeware splash screen.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static void Registration(
	string eMail,
	string registrationKey
)

Parameters

eMail
Type: SystemString
Your eMail address for which you obtained a license.
registrationKey
Type: SystemString
The Registration-Key as obtained with the license.
Remarks

IMPORTANT: Make sure to call this method prior to any other BASS method!
See Also

Reference