Class ModuleContext
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Modules
Assembly: Cephalon.Abstractions.dll
Provides runtime services shared with module lifecycle hooks.
public sealed class ModuleContextInheritance
Section titled “Inheritance”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”ModuleContext(IServiceProvider)
Section titled “ ModuleContext(IServiceProvider)”Creates a module runtime context.
public ModuleContext(IServiceProvider services)Parameters
Section titled “Parameters”services IServiceProvider
The root service provider for the runtime.
Properties
Section titled “Properties”Services
Section titled “ Services”Gets the root service provider for the runtime.
public IServiceProvider Services { get; }