rice class : Embed(string) method
Description
Load the plug-in type.
Syntax
riceInstance.Embed(string dllPath)
Arguments
Class | Name | Description |
string | dllPath | Absolute path to the dll file of plug-in type. |
Return value
None
Sample code
//anyRice is a instance of rice type.
anyRice.Embed("c:\....\Rsometype.dll");
Notes
None
Links for reference
None