XLL+ Class Library (7.0)

CXllApp::SetPrivateBinPath

Sets the private path used by the .NET Assembly loader.

void SetPrivateBinPath(
   const CString& path
);

Parameters

path

A string containing a list of directories, separated by semi-colons.

Remarks

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.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CXllApp::GetPrivateBinPath()