ข้ามไปยังเนื้อหา

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 TechnologyCatalogSnapshot

objectTechnologyCatalogSnapshot

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

TechnologyCatalogSnapshot(IReadOnlyList<TechnologyDescriptor>)

Section titled “ TechnologyCatalogSnapshot(IReadOnlyList<TechnologyDescriptor>)”

Initializes a new instance of the class.

public TechnologyCatalogSnapshot(IReadOnlyList<TechnologyDescriptor> technologies)

technologies IReadOnlyList<TechnologyDescriptor>

The technologies visible in the catalog.

Gets the technologies visible in the catalog.

public IReadOnlyList<TechnologyDescriptor> Technologies { get; }

IReadOnlyList<TechnologyDescriptor>