Sets the private path used by the .NET Assembly loader.
void SetPrivateBinPath( const CString& path ); |
A string containing a list of directories, separated by semi-colons.
By default, this path contains a single directory - the directory that contains the XLL. If your .NET assembly files are located in the same directory as the XLL, then there is no need to change the value of the private bin path.
Header: xllplus.h
CXllApp Class | CXllApp Methods | CXllApp::GetPrivateBinPath()