AssemblyLocationPath 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: 2024.12.21.0
public string Path { get; }

Property Value

String

Remarks

This returns the path with any environment variable references replaced with the actual path elements.

See Also