Class TechnologyCatalogSnapshot
Namespace: Cephalon.Engine.Technologies
Assembly: Cephalon.Engine.dll
Captures the built-in and registered technology catalog visible to the runtime.
public sealed class TechnologyCatalogSnapshotInheritance
Section titled “Inheritance”object ← TechnologyCatalogSnapshot
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”TechnologyCatalogSnapshot(IReadOnlyList<TechnologyDescriptor>)
Section titled “ TechnologyCatalogSnapshot(IReadOnlyList<TechnologyDescriptor>)”Initializes a new instance of the
public TechnologyCatalogSnapshot(IReadOnlyList<TechnologyDescriptor> technologies)Parameters
Section titled “Parameters”technologies IReadOnlyList<TechnologyDescriptor>
The technologies visible in the catalog.
Properties
Section titled “Properties”Technologies
Section titled “ Technologies”Gets the technologies visible in the catalog.
public IReadOnlyList<TechnologyDescriptor> Technologies { get; }Property Value
Section titled “Property Value”IReadOnlyList<TechnologyDescriptor>