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

Class AppProfileFactory

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

Namespace: Cephalon.Engine.AppModel
Assembly: Cephalon.Engine.dll

Builds app profiles from values.

public static class AppProfileFactory

objectAppProfileFactory

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

Creates an app profile from the configured engine settings.

public static AppProfile Create(EngineSettings settings)

settings EngineSettings

The engine settings that describe the blueprint, patterns, transports, and technologies.

AppProfile

The built app profile.