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

Class BehaviorRegistry

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

Namespace: Cephalon.Behaviors.Services
Assembly: Cephalon.Behaviors.dll

Simple list-backed registry that collects instances from contributors.

public sealed class BehaviorRegistry : IBehaviorRegistry

objectBehaviorRegistry

IBehaviorRegistry

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

Initializes a new instance of .

public BehaviorRegistry()

Adds a behavior topology descriptor to the registry.

public void Add(BehaviorTopologyDescriptor descriptor)

descriptor BehaviorTopologyDescriptor

Returns a snapshot of all currently registered descriptors.

public IReadOnlyList<BehaviorTopologyDescriptor> GetAll()

IReadOnlyList<BehaviorTopologyDescriptor>