Class SandboxWorkerProfile
Namespace: DotBoxD.Hosting
Assembly: DotBoxD.Hosting.dll
public sealed record SandboxWorkerProfile : IEquatable<SandboxWorkerProfile>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<SandboxWorkerProfile>
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”SandboxWorkerProfile(bool, bool, bool)
Section titled “ SandboxWorkerProfile(bool, bool, bool)”public SandboxWorkerProfile(bool OutOfProcess, bool SecretsIsolated, bool ResourceLimitsConfigured)Parameters
Section titled “Parameters”OutOfProcess bool
SecretsIsolated bool
ResourceLimitsConfigured bool
Properties
Section titled “Properties”HardenedOutOfProcess
Section titled “ HardenedOutOfProcess”public static SandboxWorkerProfile HardenedOutOfProcess { get; }Property Value
Section titled “Property Value”OutOfProcess
Section titled “ OutOfProcess”public bool OutOfProcess { get; init; }Property Value
Section titled “Property Value”ResourceLimitsConfigured
Section titled “ ResourceLimitsConfigured”public bool ResourceLimitsConfigured { get; init; }Property Value
Section titled “Property Value”SecretsIsolated
Section titled “ SecretsIsolated”public bool SecretsIsolated { get; init; }