search for: gchandl

Displaying 2 results from an estimated 2 matches for "gchandl".

Did you mean: gchandle
2006 Nov 27
1
R.DLL mapping by P/Invoke
...tatic string sg_dllVersion,sg_RHome,sg_RUsersHome; static IntPtr sg_hModR; static IntPtr sg_hModRProxy; static StringBuilder sg_ConsoleOutput; static IntPtr sg_rDll_R_GlobalEnvPtr, sg_rDll_R_UserBreakPtr; static IntPtr sg_rDll_R_UnboundValue; static GCHandle[] sg_lockDelegates; static RWrapper() { try { //- Get the active DLL path from the registry string dllPath = Convert.ToString( Registry.LocalMachine.OpenSubKey("Software\\R-core\\R", false).GetValue("InstallPath&qu...
2007 Oct 17
0
Using R.dll in .NET IPC
...tatic string sg_dllVersion,sg_RHome,sg_RUsersHome; static IntPtr sg_hModR; static IntPtr sg_hModRProxy; static StringBuilder sg_ConsoleOutput; static IntPtr sg_rDll_R_GlobalEnvPtr, sg_rDll_R_UserBreakPtr; static IntPtr sg_rDll_R_UnboundValue; static GCHandle[] sg_lockDelegates; static RWrapper() { try { //- Get the active DLL path from the registry string dllPath = Convert.ToString( Registry.LocalMachine.OpenSubKey("Software\\R-core\\R", false).GetValue("InstallPath&qu...