C-DEngine 5.105

TheBaseEngine..::..GetPluginResource Method (String)

Retrieves an embedded Resource from the plugin by name.

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

Syntax


public byte[] GetPluginResource(
	string pName
)
Public Function GetPluginResource ( _
	pName As String _
) As Byte()
public:
array<unsigned char^>^ GetPluginResource(
	String^ pName
)

Parameters

pName
Type: String

Return Value