 | AppSettingsVishnuRoot property |
The Vishnu root directory at runtime.
In contrast to the optional "Vishnu_Root" environment setting
this property if it is not set externally as a parameter,
filled by the Vishnu program logic, so that they are always as good as
is set to "%VishnuRoot%" and can therefore also be accessed from outside via "%VishnuRoot%"
can be used.
While "Vishnu_Root", if it has been set, is always the root directory
of Vishnu development, "VishnuRoot" shows a preference for
the directory in which the started Vishnu.exe is located
("ApplicationRootPath").
Only if at the same hierarchy level, such as "ApplicationRootPath"
directory "UserAssemblies" is not located, "VishnuRoot", if not
from the outside, as well as possible, through the Vishnu program logic on
the root directory of the Vishnu development.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string VishnuRoot { get; }
Public ReadOnly Property VishnuRoot As String
Get
public:
property String^ VishnuRoot {
String^ get ();
}
member VishnuRoot : string with get
Property value
String
See also