AtsExportedValueInfo
Class sealed net8.0
Represents an immutable exported ATS value discovered from
[AspireValue]. namespace Aspire.TypeSystem;
public sealed class AtsExportedValueInfo{ // ...} 7 members
Constructors1
Section titled ConstructorsProperties6
Section titled PropertiesDescriptionget; initstring? Gets an optional XML documentation summary for the exported value.
Documentationget; init Gets XML documentation captured for the exported value.
OwningAssemblyNameget; initstring Gets the name of the assembly that exported this value.
PathSegmentsget; initIReadOnlyList<string> Gets the full path of the exported value in generated guest SDKs.
Typeget; init Gets the ATS type of the exported value.
Valueget; initJsonNode? Gets the snapped JSON value emitted into guest SDKs.