XLL+ Class Library (7.0)

CXllApp::GetPrivateBinPath

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

CString GetPrivateBinPath( );

Return Value

A string containing a list of directories, separated by semi-colons. If the function failed, the string will be empty.

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::SetPrivateBinPath()