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

Interface ITechnologyRuntimeCatalog

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll

Exposes the merged runtime surfaces projected by active technology packs.

public interface ITechnologyRuntimeCatalog

Gets all active technology runtime surfaces visible to the current runtime.

IReadOnlyList<TechnologyRuntimeSurface> Surfaces { get; }

IReadOnlyList<TechnologyRuntimeSurface>

Gets the runtime surfaces associated with a specific technology identifier.

IReadOnlyList<TechnologyRuntimeSurface> GetByTechnology(string technologyId)

technologyId string

The technology identifier to filter by.

IReadOnlyList<TechnologyRuntimeSurface>

The matching runtime surfaces, or an empty collection when none are active.