Skip to content

Class KernelRpcValueConverter

Namespace: DotBoxD.Plugins
Assembly: DotBoxD.Plugins.dll

Converts between the compact server extension wire IR and the sandbox values consumed by installed verified IR. The expected sandbox type is supplied by the server-side installed function signature.

public static class KernelRpcValueConverter

objectKernelRpcValueConverter

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

public static KernelRpcValue FromSandboxValue(SandboxValue value)

value SandboxValue

KernelRpcValue

ToSandboxValue(KernelRpcValue, SandboxType)

Section titled “ ToSandboxValue(KernelRpcValue, SandboxType)”
public static SandboxValue ToSandboxValue(KernelRpcValue value, SandboxType expectedType)

value KernelRpcValue

expectedType SandboxType

SandboxValue