Assembly LocationPath Property
This read-only property returns the actual path to the assembly location
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Path { get; }VB
Public ReadOnly Property Path As String
GetC++
public:
property String^ Path {
String^ get ();
}F#
member Path : string with getProperty Value
StringRemarks
This returns the path with any environment variable references replaced with the actual
path elements.