Assembly LocationStored Path Property
This is used to get or set the path to the assembly location
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The path may contain environment variable references
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string StoredPath { get; set; }VB
Public Property StoredPath As String
Get
SetC++
public:
property String^ StoredPath {
String^ get ();
void set (String^ value);
}F#
member StoredPath : string with get, setProperty Value
StringThe path may contain environment variable references
Remarks
When the stored path is changed, the set of assemblies in it is updated as well