RuntimeFactoryHelper Class
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export declare abstract class RuntimeFactoryHelper<T = IContainerRuntime> implements IRuntimeFactory
Implements: IRuntimeFactory
Type Parameters
Parameter | Default | Description |
---|---|---|
T | IContainerRuntime |
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
IRuntimeFactory | Alpha |
readonly |
this |
Property Details
IRuntimeFactory
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
get IRuntimeFactory(): this;
Type: this