Class DomainRuntimeOptions
Options for configuring the domain runtime.
public sealed class DomainRuntimeOptions
- Inheritance
-
DomainRuntimeOptions
- Inherited Members
Properties
Manifest
Gets or sets the domain manifest.
public DomainManifest? Manifest { get; set; }
Property Value
Methods
AddManifest(DomainManifest)
Adds a manifest to the runtime.
public DomainRuntimeOptions AddManifest(DomainManifest manifest)
Parameters
manifestDomainManifestThe domain manifest.
Returns
- DomainRuntimeOptions
The options for chaining.