rice class : Embed(string) method

Description

Load the plug-in type.

Syntax

riceInstance.Embed(string dllPath)

Arguments

ClassNameDescription
stringdllPathAbsolute 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

Copyright © Rice All rights reserved.