IBuild ProcessReflection Info Filename Property
This read-only property is used to get the name of the reflection information file
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 ReflectionInfoFilename { get; }VB
ReadOnly Property ReflectionInfoFilename As String
GetC++
property String^ ReflectionInfoFilename {
String^ get ();
}F#
abstract ReflectionInfoFilename : string with get