C-DEngine 5.105

TheBaseEngine..::..SetPluginInfo Method

Sets the Information of the Plugin

Namespace:  nsCDEngine.Engines
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void SetPluginInfo(
	string pLongDescription,
	double pPrice,
	string pHomeUrl,
	string pIconUrl,
	string pDeveloper,
	string pDeveloperUrl,
	List<string> pCategories,
	string Copyrights
)
Public Sub SetPluginInfo ( _
	pLongDescription As String, _
	pPrice As Double, _
	pHomeUrl As String, _
	pIconUrl As String, _
	pDeveloper As String, _
	pDeveloperUrl As String, _
	pCategories As List(Of String), _
	Copyrights As String _
)
public:
void SetPluginInfo(
	String^ pLongDescription, 
	double^ pPrice, 
	String^ pHomeUrl, 
	String^ pIconUrl, 
	String^ pDeveloper, 
	String^ pDeveloperUrl, 
	List<String^>^ pCategories, 
	String^ Copyrights
)

Parameters

pLongDescription
Type: String
pPrice
Type: Double
pHomeUrl
Type: String
pIconUrl
Type: String
pDeveloper
Type: String
pDeveloperUrl
Type: String
pCategories
Type: List<(Of <(<'String>)>)>
Copyrights
Type: String