AssemblyLocationStoredPath 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: 2024.12.21.0
public string StoredPath { get; set; }

Property Value

String
The path may contain environment variable references

Remarks

When the stored path is changed, the set of assemblies in it is updated as well

See Also