AssemblyLocationPath Property
This read-only property returns the actual path to the assembly location
Namespace: Sandcastle.Core.ReflectionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public string Path { get; }
Public ReadOnly Property Path As String
Get
public:
property String^ Path {
String^ get ();
}
member Path : string with get
Property Value
String This returns the path with any environment variable references replaced with the actual
path elements.