Class BehaviorRegistry
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Behaviors.Services
Assembly: Cephalon.Behaviors.dll
Simple list-backed registry that collects
public sealed class BehaviorRegistry : IBehaviorRegistryInheritance
Section titled “Inheritance”Implements
Section titled “Implements”IBehaviorRegistry
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”BehaviorRegistry()
Section titled “ BehaviorRegistry()”Initializes a new instance of
public BehaviorRegistry()Methods
Section titled “Methods”Add(BehaviorTopologyDescriptor)
Section titled “ Add(BehaviorTopologyDescriptor)”Adds a behavior topology descriptor to the registry.
public void Add(BehaviorTopologyDescriptor descriptor)Parameters
Section titled “Parameters”descriptor BehaviorTopologyDescriptor
GetAll()
Section titled “ GetAll()”Returns a snapshot of all currently registered descriptors.
public IReadOnlyList<BehaviorTopologyDescriptor> GetAll()Returns
Section titled “Returns”IReadOnlyList<BehaviorTopologyDescriptor>