请高手以下代码转为vb.net,谢谢:
function boolean getParaByNameBlob(long whandler,string name, ref blob value) library "sieaf.dll" alias for "getParaByName"
------解决方案--------------------
[DllImport("sieaf.dll", EntryPoint = "getParaByName")]
public extern static bool getParaByNameBlob(long whandler, string name, ref byte[] value);