IBuild ProcessFramework Reflection Data Folder Property
This read-only property is used to get the name of the folder that contains the reflection data for
the selected framework platform and version (.NETFramework 4., .NETCore 4.5, Silverlight 5.0, etc.).
Definition
Namespace: Sandcastle.Core.BuildEngine
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#
string FrameworkReflectionDataFolder { get; }VB
ReadOnly Property FrameworkReflectionDataFolder As String
GetC++
property String^ FrameworkReflectionDataFolder {
String^ get ();
}F#
abstract FrameworkReflectionDataFolder : string with get